Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~529 People Reached
Favorite Tags
Member Avatar for Rooking

This is my code: The thing is it brings up the check boxes. But every time, no matter which ones I check, it says decommission tanks, and decommission cm's. That's all it says, no matter which combination of them I push? what's wrong with it? [CODE=Python]from wxPython.wx import * class …

Member Avatar for lllllIllIlllI
0
71
Member Avatar for Rooking

I'm not sure if this is even possible (please help me if it is). But I need to make a python code that will grab a certain portion from a website, and save it temporary. Let me explain. This program audits nations (this is a game) and displays a code …

Member Avatar for Gribouillis
0
95
Member Avatar for Rooking

I want all of those objects to be check boxes (trade, bonus, soldiers, etc) [CODE] self.box = wxCheckListBox ( self.panel, 100, size = ( 250, 200 ), choices = self.trade, style = wxLB_HSCROLL )[/CODE] In this line where I define the choices, I can only put one (self.trade) if I …

Member Avatar for lllllIllIlllI
0
96
Member Avatar for Rooking

I am an experienced python programmer, however I was aske to make an audit program in php or html. I have no clue what is going on here.. I need help. I created this outline for a program. The program is going to have checkboxes. Depending on what checkboxes are …

Member Avatar for nav33n
0
68
Member Avatar for Rooking

My error is ">>> Traceback (most recent call last): File "C:\Python25\Books_per_month1AP.py", line 203, in <module> Window() File "C:\Python25\Books_per_month1AP.py", line 7, in __init__ wxFrame.__init__ ( self, None, -1, 'Audit', size = ( 300, 300 ) ) File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_windows.py", line 505, in __init__ _windows_.Frame_swiginit(self,_windows_.new_Frame(*args, **kwargs)) PyNoAppError: The wx.App object must be created …

Member Avatar for slate
0
199