Re: [Tutor] Swampy: No module name World

2014-06-03 Thread Charles Agriesti
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

Re: [Tutor] Swampy: No module name World , (Steven D'Aprano)(Dave Angel)(Alan Gauld)

2014-06-02 Thread Charles Agriesti
Thank you very much for the kind replies. apologies for the html being on. Apparently Thunderbird turns it back on when it updates. Should be off now. swampy does contain __init__.py it is completely blank sampy also contains __init__.pyc that does contain a couple of lines ending with: C:\

[Tutor] Swampy: No module name World

2014-06-01 Thread Charles Agriesti
from swampy.World import World world = World() ImportError: No module name World These scripts run with no problem as long as the file location is the python27 folder. But not from outside the folder. Other modules, like math, import with no problem from other locations import math from math i

Re: [Tutor] Tutor Digest, Vol 120, Issue 27

2014-05-15 Thread Charles Agriesti, DDS
On 2/6/2014 1:48 AM, tutor-requ...@python.org wrote: Send Tutor mailing list submissions to tutor@python.org To subscribe or unsubscribe via the World Wide Web, visit https://mail.python.org/mailman/listinfo/tutor or, via email, send a message with subject or body 'help' to

[Tutor] substituting for time_series, Pandas, Anaconda. Practical Programming, intro Comp Sci, Gries text

2014-05-14 Thread Charles Agriesti
Practical programming, 2nd Edition, Paul Gries, Jennifer Campbell, Jason Montojo (Python 3) P 184, the last half of chapter 10 requires the time_series module, which is no longer available, apparently replaced by Pandas. Looked into installing Pandas. Installing Anaconda is supposed to accom