Ow Mun Heng wrote: > Guys, > > Can you tell me what's the best route for me to use as an IDE (if > there's one for Python) I'm currently using IDLE and eric3. > > On both, I have a problem loading/importing anything. (I'm hoping to > hack into headlines.py) and it keeps giving me > > "No MOdule named config"
The problem is that freevo changes the PYTHONPATH and startup. src/plugins/headlines.py import config. But config is in src and src is not in the path. I know, that's a bad style we are doing here, import freevo.config would be a cleaner way (but will result in changing every file). So add src to your python path and it should work. Dischi -- I intend to live forever - so far, so good.
pgpgmpVf5HkFa.pgp
Description: PGP signature
