Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4565978
By: jboeuf
I have the same problem with sqlalchemy
Hi,
I have a problem with sqlalchemy which is shown as
'unresolved import' even
though the script runs fine.
-------------------------------------------
Steps to replicate the bug.
1. Download SQLAlchemy 0.4 beta 6:
http://prdownloads.sourceforge.n
et/sqlalchemy/SQLAlchemy-0.4.0beta6.tar.gz?downl
oad
2. install SQLAlchemy with easy_install
$ easy_install SQLAlchemy-0.4.0beta6.tar.gz
3. Do a simple pydev project in eclipse with just one module
test.py:
import sqlalchemy
print sqlalchemy.__version__
4. If you have pydev extensions installed, sqlalchemy will
show as unresolved
5. Run the test script which works (prints 0.4.0beta6)
This bug is consistent accross all platforms. I've tried:
- Windows XP SP2, Java 6
- Ubuntu 7.04, Java 6
- Mac OS 10.4, Java 5
-------------------------------------------
I think the bug has been logged already with another egg
that has the same behavior:
http://sourceforge.n
et/tracker/index.php?func=detail&aid=1730781&group_i
d=85796&
atid=577329
So I just added a comment to this bug thread. Please tell me
if you'd better
have a separate bug report.
Thanks,
Julien.
____________________________________________________________
__________
You are receiving this email because you elected to monitor
this forum.
To stop monitoring this forum, login to SourceForge.net and
visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=
293649
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
Pydev-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users
|