Ok, so I spent about 20 hours trying to install pypoker and wxPython in windows and finally gave up. So I installed Ubuntu and got that working. Now, how do i get my Netbeans project to Ubuntu? i straight up copied my src folder in netbeans and put it in ubuntu, but wh开发者_如何学Goen i typed python "name", all i get is segmentation fault as the output. Is there a simple way to do this, or will i have to go line by line and put it into ubuntu?
Start by installing netbeans Install netbeans http://bit.ly/software-large and go from there.
Not sure of the exact dependencies, but try installing python-wxgtk2.8 (or 2.6) and wx-common (and possibly python-wxtools) if you haven't.
精彩评论