[Pydev-users] How to run a Python file without the .py extension in Aptana?
Brought to you by:
fabioz
From: inhahe <in...@gm...> - 2015-05-22 16:49:41
|
I'm trying to run Limnoria (a fork of Supybot, an IRC bot written in Python) in Aptana, but the name of the main Python file for Supybot/Limnoria doesn't have an extension, it's just "supybot". When I try to run it in Aptana, it just loads it in Firefox. I can't rename it to .py because when I do that it incorrectly tries to import itself instead of the Supybot library. How can I run the file? |