[Pydev-users] Strange error shifting from 2.5 to 2.6?

2009-01-13 Thread Marcus Lindblom
Hi, I have a workspace that used python 2.5 but when 2.6 support was included I upgraded. (Great work on creating pydev, btw!) I still have both py 2.5 and 2.6 installed, but I've added 2.6 as a interpreter and it get's run when I start an interactive console. However, when I run my previous c

[Pydev-users] [pydev - Users] RE: Pydev hangs on interpreter addition

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6100353 By: stillinbeta I'm looking through my error log and I don't see anything relating to pydev. Just this: eclipse.buildId=I20080617-2000 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader

[Pydev-users] [pydev - Users] RE: Lots of unresolved imports

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6104803 By: fabioz Let's take only one for example... "import md5" is giving you an unresolved import error right? Do you have an md5.py file in your pythonpath? (or only .pyc/.pyo?) Cheers, Fabio

[Pydev-users] [pydev - Users] Lots of unresolved imports

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6104710 By: dougcook Hi, I'm having problems with the Code Analysis feature of PyDev extensions. I've tried this on both 1.4.1 and 1.4.2; the system is a Mac running MacOS X 10.5.6 / Python 2.5. I'm getting lo

[Pydev-users] [pydev - Users] RE: Lots of unresolved imports

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6105023 By: dougcook Hi Fabio, Thanks for the quick response. I think one example is just fine, since as far as I can tell all the errors have exactly the same symptoms. Just the .pyc/.pyo as far as I can te

[Pydev-users] Pydev 1.4.2 Released

2009-01-13 Thread Fabio Zadrozny
Hi All, Pydev and Pydev Extensions 1.4.2 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ---

[Pydev-users] [pydev - Users] RE: Lots of unresolved imports

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6105283 By: fabioz That should be the reason: Pydev needs the source files for completion/analysis to work (otherwise you have to add all those modules to the forced builtins). Instead of using the default pyt

[Pydev-users] [pydev - Users] RE: Lots of unresolved imports

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6105327 By: dougcook Thanks! I'll give that a whirl. The quick response is much appreciated. doug __ You are receiving this email because yo

[Pydev-users] [pydev - Users] RE: Lots of unresolved imports

2009-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6107675 By: dougcook Just to follow up: that did the trick. For any other Mac developers that have the same problem, installing Xcode is a quick fix; it's got the .py sources included. Thanks again for the qui