Hi there, just a short question. I want to import something from a plugin into a helper script. The helper is in freevo/src/helper and the plugin in /freevo/src/plugins.
How do I have to do that? I tried this (in the helper script): First try: "import name_of_plugin_file" gives "ImportError: No module named name_of_plugin_file" Second try: "import plugins.name_of_plugin_file" gives the complete output of the helper named "plugins" and then again "ImportError: No module named name_of_plugin_file" Thanks Tanja ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
