Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7567139
By: fabioz

It should understand... Have you checked if pyparsing was actually added to
your pythonpath (it may be that for some reason it didn't appear there).

Can you create a sample script with 
import sys
for p in sys.path: print p

and check if the pyparsing path you were expecting was in the pythonpath.

(if you're still unable to solve it, please post the output of running that
script from within pydev).

Cheers,

Fabio

______________________________________________________________________
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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to