Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~784 People Reached
Favorite Tags
Member Avatar for OrcaSoul

I have a Python script getData.py that uses Mechanize, and runs fine under the interpreter. It was installed using easy_install - and the install seemed to indicate it was completed. The problem is, when I try to compile it using py2exe while in the folder of the script, and using …

Member Avatar for Gribouillis
0
607
Member Avatar for OrcaSoul

I have a site that I am working on, and I got tired of having to change the root path every time I uploaded the script from the local to on-line server. I tested the following code on both local (XAMPP under Windows) and web (shared Linux hosted on GoDaddy) …

Member Avatar for OrcaSoul
1
112
Member Avatar for OrcaSoul

I am rewriting a Python mechanize script to parse a site, after the entire site was altered... I am able to get part way into the pages I need to access, but have run into a bit of a problem. In the HTML below, the first segment has 2 buttons …

0
65