This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gjwebber
Recipients brian.curtin, docs@python, gjwebber, pitrou, sbt, tim.golden
Date 2013-04-10.06:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365575687.18.0.95327784603.issue17674@psf.upfronthosting.co.za>
In-reply-to
Content
Damn, this was my screw up. It was a combination of two things that threw me off:

1. I was running my (saved) code un-gaurded, but was getting the same error as with the example code. I thought the problem was elsewhere.

2. As it was just example code, I was copy-pasting it into my IDE and running it. This caused the slightly weird looking Traceback that Richard Oudkerk pointed out and the same error message.

After saving and running the standard example, everything worked as expected. After this, I added the 'main' guard to my code and that fixed the problem there.

Sorry about that, looks like there's no problem after all. Tested at home on Win 7 and on my works machine (XP Pro).

Regards,
Gareth
History
Date User Action Args
2013-04-10 06:34:47gjwebbersetrecipients: + gjwebber, pitrou, tim.golden, brian.curtin, docs@python, sbt
2013-04-10 06:34:47gjwebbersetmessageid: <1365575687.18.0.95327784603.issue17674@psf.upfronthosting.co.za>
2013-04-10 06:34:47gjwebberlinkissue17674 messages
2013-04-10 06:34:46gjwebbercreate