The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4478625:

Well, the name is not really a valid module (module names cannot have a '-'
in it, as if you had a module called my-module, you can't import it -- i.e.:
import my-module is not valid syntactically).

The difference is that in the last release PyDev lets you know about it, while
previously it wouldn't analyze your module but wouldn't say anything about it.

So, PyDev is doing the proper thing (and your module should be renamed -- you
probably want to remove the '-' and use '_' instead).

Cheers,

Fabio

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to