[Tutor] Swampy: No module name World

Marc Tompkins marc.tompkins at gmail.com
Tue Jun 3 18:44:08 CEST 2014


On Tue, Jun 3, 2014 at 7:53 AM, Charles Agriesti <dragriesti at comcast.net>
wrote:

> Thanks all. Problem apparently solved. Shortly after that last message it
> quit working completely. Reinstall Python 2.7 + swampy -> no good;
> uninstall both 2.7 and 3.4, manually remove the folders that remained
> because of scripts that got saved in the base folder, reset sys path,
> reinstall both, add 2.7 to path, reinstall Swampy from new download -> no
> good; remove 2.7, new 2.7 dl and install, new Swampy dl and install ->
> works perfectly this morning.
>
> Sorry to jump in at the end, but I can't help noticing that something
important (mentioned earlier in the thread) may have got missed: swampy is
available from PyPi, which means that there are several automatic tools
(easy-install, pip, etc.) available to install it for you (and presumably
make the details work properly.)  With very few exceptions, if a module is
available from PyPi, the proper way to install it is via one of those tools
and NOT a manual download.  The fact that you mention installing Swampy
from a download tells me you're not using those tools - am I mistaken?

For Windows users, there's pip-win (
https://sites.google.com/site/pydatalog/python/pip-for-windows).  It's not
only incredibly simple to use, but it's specifically designed for machines
with multiple Python versions; so (gulp!) I actually recommend the Windows
tool over the command-line in this case.




>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140603/ce58d16b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pip-win.jpg
Type: image/jpeg
Size: 20328 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tutor/attachments/20140603/ce58d16b/attachment-0001.jpg>


More information about the Tutor mailing list