Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 159 results for
pydev
- Page 1
Pydev problem
Programming
Software Development
14 Years Ago
by fugmag
… download site, but when I try to add a new
pydev
project I get the following error i the new-project…
help with PyDev
Programming
Software Development
12 Years Ago
by krystosan
I have downloaded [
PyDev
](http://nchc.dl.sourceforge.net/project/
pydev
/
pydev
/
PyDev
%202.7.1/
PyDev
%202.7.1.zip) But I dont understand how to or what file to run...I know its a basic question but I am windows ga; used to run apps by clicking on icons...
Re: help with PyDev
Programming
Software Development
12 Years Ago
by Schol-R-LEA
I see. No,
PyDev
is quite different from either PyScripter or PyCharm in this … configure it, then close Eclipse and copy the files for
PyDev
into the `plugins` and `features` folders in the Eclipse folder…
New Modules and Pydev
Programming
Software Development
17 Years Ago
by aot
Does anyone out there happen to know much about
Pydev
? It's my preferred IDE (it's the only free …. However, I just cannot get it to work from within
Pydev
. It will import without errors, but it doesn't have…. I've tried removing and re-adding the interpreter in
Pydev
, and adding a new folder to the library separately, but…
Re: help with PyDev
Programming
Software Development
12 Years Ago
by Schol-R-LEA
Well, to begin with, do you have [Eclipse](http://http://www.eclipse.org/) installed and running?
Pydev
is an add-on for Eclipse; it doesn't do anything by itself.
Re: New Modules and Pydev
Programming
Software Development
17 Years Ago
by Ene Uran
Since
PyDEv
is a plugin for a Java monster like Eclipse, you can expect a few side effects. The whole thing was simple too huge for my taste.
I'm having hard time with eclipse/pydev. please help
Programming
Software Development
14 Years Ago
by Delu:sional
… can't add Python 2.7 as the interpreter for
Pydev
. I couldn't find the interpreter file at 'mac/usr…
Need help with PyDev
Programming
Software Development
11 Years Ago
by G_S
Hello everybody. Lately, I'm having a problem with
PyDev
which is driving me crazy: It is failing to connect … (None, __name__, the os modules, etc.). I have tried downgrading
PyDev
, I have tried disabling IPv6, I have tried disabling my…
Re: Need help with PyDev
Programming
Software Development
11 Years Ago
by G_S
OK I'll reply myself since I solved it on my own (I'm such a genius): The problem was that some networking wizard I had recently used changed the name of the machine back to localhost, and
pydev
was still trying to connect to the Python shell using the old name. I restored the old name and voilà! I'm amazing, I know.
About python packages in Eclipse PyDev
Programming
Software Development
11 Years Ago
by G_S
Hy, I have a beginner question: when using
PyDev
should all my programs be inside a package or not?
python pydev raspberryPi
Programming
Software Development
9 Years Ago
by 승환
Hello, I made some code using
Pydev
, python. codes worked well and resulted good. but when I …
Re: Pydev problem
Programming
Software Development
14 Years Ago
by winmic
.project is a specific file that is placed in every project. The error message makes it sound like there is a .project file in the workspace folder (which should not be there). If you navigate to the workspace directory and delete the .project file, it should work correctly.
Re: Pydev problem
Programming
Software Development
14 Years Ago
by richieking
And note that .project is a hidden file. you need to turn on view hidden file to see it ok? :)
Re: Pydev problem
Programming
Software Development
14 Years Ago
by fugmag
Thank you, case closed! Cheers
Re: help with PyDev
Programming
Software Development
12 Years Ago
by krystosan
no, I thought it just run independently, I have Pyscripter and PyCharm
Re: help with PyDev
Programming
Software Development
12 Years Ago
by krystosan
no pycharm recently dropped prices, its a trial version...
Re: New Modules and Pydev
Programming
Software Development
17 Years Ago
by arsham
My friend I used to work with eclipse , but didn't satisfy me... After I worked with Zend Studio ( for PHP ) and WingIde ( for PYTHON ) , it made me learn faster. IMO wingide is a good choice , understands a lot of new modules and develops fast.
Re: About python packages in Eclipse PyDev
Programming
Software Development
11 Years Ago
by ZZucker
No need to do that.
Re: About python packages in Eclipse PyDev
Programming
Software Development
11 Years Ago
by G_S
What do you mean? I can simply throw them in the src folder and that's it? I thought everything had to be inside a package, good to know that.
Re: python pydev raspberryPi
Programming
Software Development
9 Years Ago
by snippsat
Need to see code to,and not just Traceback. Do `print(ser)` and `print(type(ser))`,then i think you see that's `ser` is an integer and not a fileobject. To create same Traceback. >>> ser = 5 >>> ser.readline() (most recent call last): File "<interactive input>", line 1, in <module> …
Paste a image into another
Programming
Software Development
17 Years Ago
by flaerpen
…;C:\Program Files\Eclipse 3.2.2\plugins\org.python.
pydev
.debug_1.3.4\pysrc\pydevd.py", line 754, in…;C:\Program Files\Eclipse 3.2.2\plugins\org.python.
pydev
.debug_1.3.4\pysrc\pydevd.py", line 597, in…
Re: IDE for PyQt..
Programming
Software Development
15 Years Ago
by python.noob
Right now i'm using eclipse and
pydev
.. It's looking cool and working well for both python and pyqt.. I'll update you my experience with
pydev
soon.. Thanks for your replies...
Wrapping text in the IDE
Programming
Software Development
18 Years Ago
by aot
… can't seem to find a way to get Eclipse (
PyDev
) to do any kind of auto-wrapping. Wrapping the lines…
Looking for a Python IDE like NetBeans
Programming
Software Development
17 Years Ago
by freddypyther
… Dr Python but was too simple, I tried to install
PyDev
on Eclipse but I got some errors. I saw some…
Re: Looking for a Python IDE like NetBeans
Programming
Software Development
17 Years Ago
by flaerpen
To get Eclipse and
Pydev
work on XP you need to install Mylyn too. Eclipse rules :)
Console Disapearing
Programming
Software Development
17 Years Ago
by asrekdal
… am working on Windows XP in the Eclipse environment using
PyDev
. I have tried Boa Constructor with the same issue there…
random quote generator
Programming
Software Development
16 Years Ago
by vocalstud69
…'ve got the ability to write the code with Eclipse/
PyDev
and I'm using Windows for the moment, until I…
Change Var. from Within a Class?
Programming
Software Development
16 Years Ago
by elvenstruggle
Hello, I'm new to Python and I'm using
Pydev
. I'm having a problem: I have several classes and …
IDE for PyQt..
Programming
Software Development
15 Years Ago
by python.noob
… file with .py extension).. Once i've tested eclipse and
pydev
plugin.. It was pretty good to work with.. Shall i…
Re: IDE for PyQt..
Programming
Software Development
15 Years Ago
by snippsat
You can use what ide editor you want, whish gui toolkit you use dos have little impact. Pyscipter is good. [url]http://code.google.com/p/pyscripter/[/url] I use komodo ide,and pyscripter for python 3.x [url]http://www.activestate.com/komodo/[/url]
Pydev
plugin should work fine,have not testet it.
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC