Thursday, 2009-02-19

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** llnz has joined #tp00:04
*** DTRemenak has joined #tp00:27
*** nash has quit IRC01:24
*** JLP has joined #tp04:09
*** JLP_ has quit IRC04:09
*** DTRemenak|RDP has joined #tp04:35
*** mithro has quit IRC04:37
*** DTRemenak has quit IRC04:39
*** DTRemenak|RDP is now known as DTRemenak04:40
*** mithro has joined #tp05:05
*** llnz has quit IRC06:05
*** JLP has quit IRC06:43
*** JLP has joined #tp06:45
*** JLP has quit IRC07:00
*** JLP has joined #tp07:02
*** JLafont has quit IRC07:30
*** bddebian has joined #tp09:49
bddebianHeya09:51
*** Greywhind has quit IRC10:10
*** Greywhind has joined #tp10:15
*** Greywhind has quit IRC10:26
*** DTRemenak has quit IRC12:52
*** Erroneous has joined #tp12:54
*** DTRemenak|RDP has joined #tp12:54
*** DTRemenak has joined #tp12:54
*** DTRemenak has quit IRC12:56
*** DTRemenak|RDP has quit IRC12:59
*** Greywhind has joined #tp14:30
*** llnz has joined #tp15:14
*** Greywhind has quit IRC15:51
*** Greywhind has joined #tp16:08
*** JLafont has joined #tp16:42
*** nash_ has joined #tp16:58
*** bddebian has quit IRC17:26
*** mithro has quit IRC18:50
*** tansell-laptop has quit IRC19:25
*** tansell-laptop has joined #tp19:27
ezodtansell-laptop: ping?19:58
tansell-laptopezod, pong!19:59
tansell-laptoplong time no poke19:59
ezodyes, rotten semester shaping up for me unfortunately19:59
tansell-laptop:(19:59
ezodbut i am trying to squeeze out the last little bit for tp single player now!20:00
tansell-laptopdid the AI give you any problems?20:00
tansell-laptopI have a new "feature" to suggest once we have the first release out20:00
tansell-laptop(a last page which lets you add game recorders like starmapper)20:00
ezodnot so far, but i haven't done the win32 stuff yet - one of 2 reasons i pinged20:01
tansell-laptopsince it's pure python it should be very trivial to package20:01
ezodright, i was just going to go ahead and do it, but i recall you mentioning something about some tips you had? or something20:02
ezodif it's just the basic py2exe procedure i can probably figure it out20:03
ezodreason #2: tpclient-pywx requirements.py is complaining about my installed libtpclient-* versions even though the dev version is in the local directory :(20:04
ezodand it looks like it should be preferring the local versions, but it's not... am i missing something?20:05
tansell-laptopgot the output?20:09
tansell-laptopit'll tell you which version it is loading20:09
tansell-laptoppy2exe process for the ai should be *very* simple if you have already done a setup.py20:10
ezodok on #1 then20:10
ezodhttp://pastebin.ca/134243420:11
tpbTitle: general pastebin - tpclient-pywx error - post number 1342434 (at pastebin.ca)20:11
ezodit's finding my installed (stable) versions20:12
ezodwhich are there because of daneel-ai, incidentally20:12
tansell-laptopokay20:14
tansell-laptopjust getting lunch be back in 520:14
tansell-laptopback20:16
shenkithat was quick20:16
shenki2 minutes20:16
tansell-laptopezod, so something is fucking with your sys.path20:18
tansell-laptopas there is no way site-packages should be imported before the local stuff20:19
tansell-laptopwhy not just uninstall the stable versions?20:20
ezodbecause daneel-ai needs them :(20:20
tansell-laptopI'm sure it can use the git versions?20:20
ezodwell it could, and that's what i was originally doing20:21
ezodbut i want to test it "in the wild"20:21
ezodand, as you pointed out, something is wrong with sys.path20:21
tansell-laptoptry adding a print sys.path20:22
tansell-laptopon line 2520:22
ezodok20:23
ezodi can figure out what's wrong20:23
ezodjust wanted to make sure something actually was wrong :)20:23
tansell-laptopyes20:23
tansell-laptopthe path it's printing is a little weird too20:23
tansell-laptopI would also try20:24
tansell-laptopdoing a20:24
tansell-laptoppython -S tpclient-pywx20:24
tansell-laptopwe really need to get this out before GSoC20:28
tansell-laptopan applications really start next week20:28
tansell-laptopezod, would you be interested in being a mentor?20:28
ezodsure - i've planned a light summer semester again20:30
tansell-laptopbe back in a moment20:33
tansell-laptopgot to move to a meeting20:33
CIA-23mithro tpclient-pywx-singleplayer * r281ebac28c2d /tpclient-pywx: Fixed for a change in libtpclient-py.20:43
CIA-23mithro tpclient-pywx-singleplayer * re2ee45cf4350 /libtpclient-py: Updated the submodule to the latest head.20:43
CIA-23mithro tpclient-pywx-singleplayer * r39f8c9594919 /windows/winAccount.py: Fixed account creation.20:43
CIA-23mavrinac tpclient-pywx-singleplayer * r5e64a7c42a87 /libtpclient-py: Updated libtpclient-py submodule to latest head.20:43
CIA-23mavrinac tpclient-pywx-singleplayer * rd18878a1404e / (tpclient-pywx windows/winAccount.py): Merge commit 'origin/stable' into singleplayer20:43
ezodwell, sys,path is ['libtpclient-py', 'libtpproto-py', '.', ...20:46
ezodthe submodules are there20:46
ezodbut it's still looking at site-packages20:47
ezodaccording to python docs they should be appended, so this shouldn't be happening...20:58
ezodwow, http://pastebin.ca/134246621:02
tpbTitle: general pastebin - Python wtf - post number 1342466 (at pastebin.ca)21:02
ezodi don't get it21:03
*** tansell_laptop has joined #tp21:17
tansell_laptopezod, you still here?21:17
ezodfor a little bit yes21:17
tansell_laptopcheck the /usr/lib64/python2.5/site-packages/__init__.py file21:18
ezodthere isn't one21:18
ezodsite.py?21:19
tansell_laptopyeah maybe check that21:20
ezodlooks to me like it's doing sys.path.append :(21:21
ezoddoesn't appear to be anything gentoo-specific that touches it21:22
tansell_laptoplook for21:24
tansell_laptop*.pth files21:24
tansell_laptopeasy-install.pth21:24
ezodthere are 9 on my system, 2 of which are libtpclient/proto21:24
tansell_laptopthey play funny buggers with the sys.path21:25
tansell_laptopwhat does easy-install.pth contain?21:26
ezodthere is no easy-install.pth21:26
ezodchecking out libtpclient_py-0.3.1-py2.5-nspkg.pth and libtpproto_py-0.2.4-py2.5-nspkg.pth21:27
tansell_laptopwhat do they say?21:29
ezodtrying to decipher what they do21:30
ezodwant a paste?21:30
ezodhttp://pastebin.ca/134248121:33
tpbTitle: general pastebin - libtp*-py-x.x.x-py2.5-nspkg.pth - post number 1342481 (at pastebin.ca)21:33
tansell_laptopha21:34
tansell_laptopthat is what is causing you to access the inbuilt ones21:34
*** tansell-laptop has quit IRC21:34
tansellstupid pth stuff22:09
*** tansell__laptop has joined #tp22:16
*** tansell_laptop has quit IRC22:19
*** tansell_laptop has joined #tp23:00
*** tansell__laptop has quit IRC23:00
*** tansell__laptop has joined #tp23:21
*** tansell_laptop has quit IRC23:21
*** mithro has joined #tp23:59

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!