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
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:\
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
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
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