*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** llnz has joined #tp | 00:04 | |
*** DTRemenak has joined #tp | 00:27 | |
*** nash has quit IRC | 01:24 | |
*** JLP has joined #tp | 04:09 | |
*** JLP_ has quit IRC | 04:09 | |
*** DTRemenak|RDP has joined #tp | 04:35 | |
*** mithro has quit IRC | 04:37 | |
*** DTRemenak has quit IRC | 04:39 | |
*** DTRemenak|RDP is now known as DTRemenak | 04:40 | |
*** mithro has joined #tp | 05:05 | |
*** llnz has quit IRC | 06:05 | |
*** JLP has quit IRC | 06:43 | |
*** JLP has joined #tp | 06:45 | |
*** JLP has quit IRC | 07:00 | |
*** JLP has joined #tp | 07:02 | |
*** JLafont has quit IRC | 07:30 | |
*** bddebian has joined #tp | 09:49 | |
bddebian | Heya | 09:51 |
---|---|---|
*** Greywhind has quit IRC | 10:10 | |
*** Greywhind has joined #tp | 10:15 | |
*** Greywhind has quit IRC | 10:26 | |
*** DTRemenak has quit IRC | 12:52 | |
*** Erroneous has joined #tp | 12:54 | |
*** DTRemenak|RDP has joined #tp | 12:54 | |
*** DTRemenak has joined #tp | 12:54 | |
*** DTRemenak has quit IRC | 12:56 | |
*** DTRemenak|RDP has quit IRC | 12:59 | |
*** Greywhind has joined #tp | 14:30 | |
*** llnz has joined #tp | 15:14 | |
*** Greywhind has quit IRC | 15:51 | |
*** Greywhind has joined #tp | 16:08 | |
*** JLafont has joined #tp | 16:42 | |
*** nash_ has joined #tp | 16:58 | |
*** bddebian has quit IRC | 17:26 | |
*** mithro has quit IRC | 18:50 | |
*** tansell-laptop has quit IRC | 19:25 | |
*** tansell-laptop has joined #tp | 19:27 | |
ezod | tansell-laptop: ping? | 19:58 |
tansell-laptop | ezod, pong! | 19:59 |
tansell-laptop | long time no poke | 19:59 |
ezod | yes, rotten semester shaping up for me unfortunately | 19:59 |
tansell-laptop | :( | 19:59 |
ezod | but i am trying to squeeze out the last little bit for tp single player now! | 20:00 |
tansell-laptop | did the AI give you any problems? | 20:00 |
tansell-laptop | I have a new "feature" to suggest once we have the first release out | 20:00 |
tansell-laptop | (a last page which lets you add game recorders like starmapper) | 20:00 |
ezod | not so far, but i haven't done the win32 stuff yet - one of 2 reasons i pinged | 20:01 |
tansell-laptop | since it's pure python it should be very trivial to package | 20:01 |
ezod | right, i was just going to go ahead and do it, but i recall you mentioning something about some tips you had? or something | 20:02 |
ezod | if it's just the basic py2exe procedure i can probably figure it out | 20:03 |
ezod | reason #2: tpclient-pywx requirements.py is complaining about my installed libtpclient-* versions even though the dev version is in the local directory :( | 20:04 |
ezod | and it looks like it should be preferring the local versions, but it's not... am i missing something? | 20:05 |
tansell-laptop | got the output? | 20:09 |
tansell-laptop | it'll tell you which version it is loading | 20:09 |
tansell-laptop | py2exe process for the ai should be *very* simple if you have already done a setup.py | 20:10 |
ezod | ok on #1 then | 20:10 |
ezod | http://pastebin.ca/1342434 | 20:11 |
tpb | Title: general pastebin - tpclient-pywx error - post number 1342434 (at pastebin.ca) | 20:11 |
ezod | it's finding my installed (stable) versions | 20:12 |
ezod | which are there because of daneel-ai, incidentally | 20:12 |
tansell-laptop | okay | 20:14 |
tansell-laptop | just getting lunch be back in 5 | 20:14 |
tansell-laptop | back | 20:16 |
shenki | that was quick | 20:16 |
shenki | 2 minutes | 20:16 |
tansell-laptop | ezod, so something is fucking with your sys.path | 20:18 |
tansell-laptop | as there is no way site-packages should be imported before the local stuff | 20:19 |
tansell-laptop | why not just uninstall the stable versions? | 20:20 |
ezod | because daneel-ai needs them :( | 20:20 |
tansell-laptop | I'm sure it can use the git versions? | 20:20 |
ezod | well it could, and that's what i was originally doing | 20:21 |
ezod | but i want to test it "in the wild" | 20:21 |
ezod | and, as you pointed out, something is wrong with sys.path | 20:21 |
tansell-laptop | try adding a print sys.path | 20:22 |
tansell-laptop | on line 25 | 20:22 |
ezod | ok | 20:23 |
ezod | i can figure out what's wrong | 20:23 |
ezod | just wanted to make sure something actually was wrong :) | 20:23 |
tansell-laptop | yes | 20:23 |
tansell-laptop | the path it's printing is a little weird too | 20:23 |
tansell-laptop | I would also try | 20:24 |
tansell-laptop | doing a | 20:24 |
tansell-laptop | python -S tpclient-pywx | 20:24 |
tansell-laptop | we really need to get this out before GSoC | 20:28 |
tansell-laptop | an applications really start next week | 20:28 |
tansell-laptop | ezod, would you be interested in being a mentor? | 20:28 |
ezod | sure - i've planned a light summer semester again | 20:30 |
tansell-laptop | be back in a moment | 20:33 |
tansell-laptop | got to move to a meeting | 20:33 |
CIA-23 | mithro tpclient-pywx-singleplayer * r281ebac28c2d /tpclient-pywx: Fixed for a change in libtpclient-py. | 20:43 |
CIA-23 | mithro tpclient-pywx-singleplayer * re2ee45cf4350 /libtpclient-py: Updated the submodule to the latest head. | 20:43 |
CIA-23 | mithro tpclient-pywx-singleplayer * r39f8c9594919 /windows/winAccount.py: Fixed account creation. | 20:43 |
CIA-23 | mavrinac tpclient-pywx-singleplayer * r5e64a7c42a87 /libtpclient-py: Updated libtpclient-py submodule to latest head. | 20:43 |
CIA-23 | mavrinac tpclient-pywx-singleplayer * rd18878a1404e / (tpclient-pywx windows/winAccount.py): Merge commit 'origin/stable' into singleplayer | 20:43 |
ezod | well, sys,path is ['libtpclient-py', 'libtpproto-py', '.', ... | 20:46 |
ezod | the submodules are there | 20:46 |
ezod | but it's still looking at site-packages | 20:47 |
ezod | according to python docs they should be appended, so this shouldn't be happening... | 20:58 |
ezod | wow, http://pastebin.ca/1342466 | 21:02 |
tpb | Title: general pastebin - Python wtf - post number 1342466 (at pastebin.ca) | 21:02 |
ezod | i don't get it | 21:03 |
*** tansell_laptop has joined #tp | 21:17 | |
tansell_laptop | ezod, you still here? | 21:17 |
ezod | for a little bit yes | 21:17 |
tansell_laptop | check the /usr/lib64/python2.5/site-packages/__init__.py file | 21:18 |
ezod | there isn't one | 21:18 |
ezod | site.py? | 21:19 |
tansell_laptop | yeah maybe check that | 21:20 |
ezod | looks to me like it's doing sys.path.append :( | 21:21 |
ezod | doesn't appear to be anything gentoo-specific that touches it | 21:22 |
tansell_laptop | look for | 21:24 |
tansell_laptop | *.pth files | 21:24 |
tansell_laptop | easy-install.pth | 21:24 |
ezod | there are 9 on my system, 2 of which are libtpclient/proto | 21:24 |
tansell_laptop | they play funny buggers with the sys.path | 21:25 |
tansell_laptop | what does easy-install.pth contain? | 21:26 |
ezod | there is no easy-install.pth | 21:26 |
ezod | checking out libtpclient_py-0.3.1-py2.5-nspkg.pth and libtpproto_py-0.2.4-py2.5-nspkg.pth | 21:27 |
tansell_laptop | what do they say? | 21:29 |
ezod | trying to decipher what they do | 21:30 |
ezod | want a paste? | 21:30 |
ezod | http://pastebin.ca/1342481 | 21:33 |
tpb | Title: general pastebin - libtp*-py-x.x.x-py2.5-nspkg.pth - post number 1342481 (at pastebin.ca) | 21:33 |
tansell_laptop | ha | 21:34 |
tansell_laptop | that is what is causing you to access the inbuilt ones | 21:34 |
*** tansell-laptop has quit IRC | 21:34 | |
tansell | stupid pth stuff | 22:09 |
*** tansell__laptop has joined #tp | 22:16 | |
*** tansell_laptop has quit IRC | 22:19 | |
*** tansell_laptop has joined #tp | 23:00 | |
*** tansell__laptop has quit IRC | 23:00 | |
*** tansell__laptop has joined #tp | 23:21 | |
*** tansell_laptop has quit IRC | 23:21 | |
*** mithro has joined #tp | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!