*** sunew has quit IRC | 00:46 | |
*** juh has joined #zope | 00:55 | |
*** alexpilz has quit IRC | 00:58 | |
*** juh has quit IRC | 00:59 | |
*** J1m has quit IRC | 01:18 | |
*** m8 has quit IRC | 01:59 | |
*** SpankyFromBRC has joined #zope | 01:59 | |
*** SpankyFromBRC has quit IRC | 02:00 | |
*** Spanktar has quit IRC | 02:00 | |
*** Spanktar has joined #zope | 02:00 | |
*** Spanktar has quit IRC | 02:04 | |
*** menesis has quit IRC | 02:14 | |
*** allisterb has quit IRC | 02:20 | |
*** J1m has joined #zope | 02:21 | |
*** J1m has quit IRC | 02:24 | |
*** allisterb has joined #zope | 02:34 | |
*** J1m has joined #zope | 02:36 | |
*** Spanktar has joined #zope | 02:41 | |
*** Spanktar has quit IRC | 02:44 | |
*** _mup_ has quit IRC | 03:00 | |
*** _mup_ has joined #zope | 03:00 | |
*** tiwula has quit IRC | 03:07 | |
*** Spanktar has joined #zope | 03:30 | |
*** tiwula has joined #zope | 03:38 | |
*** ccomb has quit IRC | 03:40 | |
*** daMaestro has quit IRC | 03:43 | |
*** J1m has quit IRC | 04:19 | |
*** mr_jolly has quit IRC | 04:33 | |
*** alga has quit IRC | 04:42 | |
*** benji has quit IRC | 05:26 | |
*** benji has joined #zope | 05:28 | |
*** do3cc has quit IRC | 05:38 | |
*** tzicatl has quit IRC | 06:06 | |
*** Spanktar has quit IRC | 06:20 | |
*** tiwula has quit IRC | 06:50 | |
*** alexpilz has joined #zope | 07:54 | |
*** alga has joined #zope | 08:20 | |
*** alga has quit IRC | 08:25 | |
*** zagy has joined #zope | 08:56 | |
*** alexpilz has quit IRC | 09:01 | |
*** Guest56332 has quit IRC | 09:02 | |
*** yvl has joined #zope | 09:06 | |
*** __mac__ has joined #zope | 09:16 | |
*** tisto has joined #zope | 09:21 | |
*** agroszer has joined #zope | 09:28 | |
*** tisto_ has joined #zope | 09:35 | |
*** tisto has quit IRC | 09:35 | |
*** juh has joined #zope | 09:59 | |
*** nande has joined #zope | 10:11 | |
nande | hey guys, sorry if here's not the place, i'm having trouble to install ZODB using mingw, any charitative soul here? | 10:12 |
---|---|---|
betabug | no idea, but maybe if you ask a question or post a traceback somewhere, someone could answer | 10:12 |
betabug | (I don't even know what mingw is) | 10:13 |
nande | :( | 10:14 |
nande | i've been working on python a lot, but i had lots of weird errors | 10:15 |
betabug | again: if you ask an actual question or post a traceback, someone *could* maybe help | 10:16 |
nande | http://paste.lisp.org/+2R8M << | 10:17 |
nande | it complains about not importing zodb/util.py the file exists and get compiled as .pyc | 10:18 |
nande | google a little i've found someone said that for the results of the import at the bottom of the paste, zodb dont have it's extensions installed... which i think is the problem with mingw | 10:18 |
betabug | well, are you sure the python you are using is the one where you installed the stuff? | 10:19 |
nande | ... mmm yeah | 10:19 |
nande | i tried installing zodb from pip, but it complained about not having msvarsc.bat or something like that. | 10:20 |
betabug | dunno about that | 10:20 |
*** goschtl has joined #zope | 10:20 | |
nande | :/ thanks anyway, is a wierd message anyway. | 10:21 |
nande | and there arent any binary packages for zodb | 10:21 |
betabug | maybe it needs an environment to compile some C extensions | 10:21 |
nande | well, i dotn have visual studio on that machine | 10:21 |
nande | i tried using mingw but then it complained that the cc1.exe: error: no se reconoce la opci?n de l?nea de ?rdenes '-mno-cygwin' (doesnt recognize option -mno-cygwin) | 10:23 |
betabug | from what I heard about python in windows, you have to compile the extensions with the same compiler as python was compiled - not sure if this is still true though | 10:23 |
*** giacomos has joined #zope | 10:23 | |
nande | m true enough i never get anything compiled with ming and python.. well maybe once, but this other machine isnot mine... | 10:24 |
nande | i hope thre's a free way to get the mscompiler | 10:24 |
betabug | do you absolutely have to have a windows environment? | 10:25 |
*** alexpilz has joined #zope | 10:25 | |
*** alga has joined #zope | 10:26 | |
nande | lol that's not a solution, | 10:26 |
*** alga has quit IRC | 10:26 | |
nande | one of the devs uses that. i cant change it. | 10:26 |
*** alga has joined #zope | 10:26 | |
nande | i also use windows, but i have the microsoft compiler | 10:26 |
betabug | you could compile it on your machine and move it over | 10:26 |
nande | guess i'll have to, i was fearing it will break somehow, | 10:27 |
nande | i'll see if i can do some bdist_msi | 10:27 |
nande | betabug: do u have any experience with zc.buildout? | 10:28 |
betabug | yeah, using that in one project now | 10:30 |
betabug | but I didn't do the setup myself :-) | 10:30 |
nande | is it hard? should i use that? | 10:30 |
betabug | it won't solve this problem | 10:30 |
betabug | it's good to make a defined setup for things, once you have it figured out | 10:30 |
agroszer | nande, why on earth you want to compile yourself? | 10:32 |
agroszer | eggs on pypi are there | 10:32 |
nande | as i stated before , there arent any binary builds. when i run pip install (easyinstall) it ask for compiling.. | 10:32 |
agroszer | huhh | 10:33 |
agroszer | which python version? | 10:33 |
nande | 2.7 | 10:33 |
agroszer | and which ZODB? | 10:33 |
nande | zodb3 | 10:33 |
*** MrTango has joined #zope | 10:33 | |
nande | latest version | 10:33 |
agroszer | 3.? | 10:33 |
agroszer | 3.10.5? | 10:33 |
nande | the page says is 3.10.5 if i dont remember wrong | 10:33 |
agroszer | yup | 10:33 |
agroszer | ZODB3-3.10.5-py2.7-win32.egg | 10:34 |
agroszer | that's the binary | 10:34 |
nande | it says it need msvarsc.bat | 10:34 |
agroszer | easy_install should eat that without probs | 10:34 |
nande | coudlnt find it on internet, and says it could be fixed using mingw | 10:34 |
nande | crap. | 10:34 |
nande | thanks agroszer will try | 10:34 |
*** __mac__1 has joined #zope | 10:35 | |
*** __mac__ has quit IRC | 10:35 | |
nande | dong a bdist_smi was lots faster lol, i shoudl try that b4 | 10:35 |
*** avoinea has joined #zope | 10:35 | |
nande | must be a bug in pip install, will try with easy_install later, thanks a lot agroszer and betabug | 10:36 |
nande | btw, i wrote a monography about zodb in spanish, if you'd like to have a spanish "zodb howto" just tell me | 10:36 |
agroszer | announce that on zodb-dev@zope.org | 10:37 |
nande | ok, i dont like to spamm on devlists, but sounds nice :) | 10:37 |
*** TomBlockley has joined #zope | 10:39 | |
agroszer | nande, just tried c:\Python27\Scripts>easy_install.exe ZODB3 | 10:42 |
agroszer | installed it incl. all dependencied OK | 10:43 |
agroszer | exit | 10:43 |
agroszer | oops | 10:43 |
nande | i'm assumming u dont have microsoft compiler on that machine right? | 10:43 |
agroszer | naah | 10:43 |
nande | must be something with pip then | 10:45 |
agroszer | I guess | 10:45 |
agroszer | never used pip | 10:45 |
nande | guess you should not believe when a site says "its better than x" | 10:45 |
*** eperez has joined #zope | 10:49 | |
*** mr_jolly has joined #zope | 10:55 | |
*** tisto_ is now known as tisto | 11:01 | |
*** ahinki has joined #zope | 11:02 | |
*** TomBlockley has left #zope | 11:09 | |
*** Spanktar has joined #zope | 11:12 | |
*** mitchell`off is now known as mitchell` | 11:32 | |
*** do3cc has joined #zope | 11:57 | |
*** SpankyFromBRC has joined #zope | 12:05 | |
*** Spanktar has quit IRC | 12:07 | |
*** SpankyFromBRC is now known as Spanktar | 12:07 | |
*** menesis has joined #zope | 12:10 | |
*** nande has quit IRC | 12:28 | |
*** Spanktar has quit IRC | 12:29 | |
*** teix has joined #zope | 12:31 | |
*** menesis has quit IRC | 12:56 | |
*** menesis has joined #zope | 13:00 | |
*** goschtl has quit IRC | 13:09 | |
*** J1m has joined #zope | 13:31 | |
*** goschtl has joined #zope | 13:33 | |
*** ccomb has joined #zope | 13:38 | |
*** J1m has left #zope | 13:41 | |
*** sahid has joined #zope | 13:56 | |
sahid | Hi all | 13:56 |
sahid | I have a question about buildout, Can i ask this question here? | 13:56 |
sahid | My server has a version of boto in /usr/lib/.../boto, in my buildout.cfg I have configured another version of boto | 13:58 |
sahid | but when I execute my python script it always uses the not good version | 13:58 |
sahid | the version from /usr/lib... | 13:58 |
sahid | do you have any advice for me? | 13:58 |
goschtl | sahid: can you paste your buildout.cfg | 13:59 |
goschtl | i guess you have to run with bin/boto | 13:59 |
sahid | yes sure | 13:59 |
goschtl | instead of using the global one | 13:59 |
*** zsh has quit IRC | 14:00 | |
sahid | https://gist.github.com/2c7bd88d5622aeb2db77 | 14:00 |
sahid | I guess I have to use extra-path in the section [boto] But because i'm not really good in buildout I prefered to get advice | 14:03 |
goschtl | sahid: do you have a bin/boto? | 14:03 |
sahid | no | 14:03 |
sahid | it's just a lib used by kombu used by celery | 14:05 |
goschtl | sahid: sorry no idea | 14:05 |
sahid | arf :/ | 14:05 |
sahid | goschtl, thank you anyway. | 14:06 |
*** zsh has joined #zope | 14:13 | |
*** goschtl has quit IRC | 14:26 | |
*** zsh has quit IRC | 14:30 | |
*** tisto is now known as tisto|lunch | 14:40 | |
*** menesis has quit IRC | 14:40 | |
*** zsh has joined #zope | 14:52 | |
*** zsh has quit IRC | 15:17 | |
*** zsh has joined #zope | 15:21 | |
*** zsh has quit IRC | 15:26 | |
*** zsh has joined #zope | 15:32 | |
*** menesis has joined #zope | 16:04 | |
*** m8 has joined #zope | 16:11 | |
*** m8 has quit IRC | 16:17 | |
*** tisto|lunch is now known as tisto | 16:18 | |
*** m8 has joined #zope | 16:19 | |
*** _mup_ has quit IRC | 16:25 | |
*** _mup_ has joined #zope | 16:25 | |
*** m8 has quit IRC | 16:34 | |
*** m8 has joined #zope | 16:36 | |
*** J1m has joined #zope | 16:45 | |
*** __mac__1 has quit IRC | 16:47 | |
*** zagy has quit IRC | 17:03 | |
*** benji has quit IRC | 17:10 | |
*** benji has joined #zope | 17:12 | |
*** goschtl has joined #zope | 17:20 | |
*** thetet has joined #zope | 17:28 | |
*** __mac__ has joined #zope | 17:31 | |
*** ahinki has quit IRC | 17:37 | |
*** cwarner_ is now known as cwarner | 17:39 | |
*** rbanffy has joined #zope | 17:41 | |
*** tiwula has joined #zope | 17:42 | |
*** tzicatl has joined #zope | 17:45 | |
*** alga has quit IRC | 17:50 | |
*** ccomb has quit IRC | 17:59 | |
*** frapell has quit IRC | 18:04 | |
*** goschtl has quit IRC | 18:05 | |
*** frapell has joined #zope | 18:06 | |
*** daMaestro has joined #zope | 18:24 | |
*** yvl has quit IRC | 18:26 | |
*** juh has quit IRC | 18:35 | |
*** samba has joined #zope | 18:36 | |
*** alexpilz has quit IRC | 18:38 | |
*** __mac__ has quit IRC | 18:50 | |
*** thetet has quit IRC | 19:13 | |
*** agroszer has quit IRC | 19:16 | |
*** giacomos has quit IRC | 19:23 | |
*** zagy has joined #zope | 19:28 | |
*** Spanktar has joined #zope | 19:32 | |
*** __mac__ has joined #zope | 19:35 | |
*** menesis has quit IRC | 19:36 | |
*** __mac__ has quit IRC | 19:40 | |
*** MrTango has quit IRC | 19:43 | |
*** zagy has quit IRC | 19:48 | |
*** juh has joined #zope | 20:06 | |
*** do3cc has quit IRC | 20:07 | |
*** menesis has joined #zope | 20:08 | |
*** avoinea has quit IRC | 20:08 | |
*** tisto has quit IRC | 20:09 | |
*** mitchell` is now known as mitchell`off | 20:11 | |
*** goschtl has joined #zope | 20:25 | |
*** tiwula has quit IRC | 20:27 | |
*** nande has joined #zope | 20:29 | |
*** goschtl has quit IRC | 20:35 | |
*** juh has quit IRC | 20:48 | |
*** teix has quit IRC | 21:17 | |
*** zagy has joined #zope | 21:18 | |
*** zagy has quit IRC | 21:23 | |
*** eperez has quit IRC | 21:27 | |
*** goschtl has joined #zope | 22:16 | |
*** alecm has joined #zope | 22:25 | |
*** tiwula has joined #zope | 22:30 | |
*** thetet has joined #zope | 22:33 | |
*** goschtl has quit IRC | 22:57 | |
*** goschtl has joined #zope | 23:01 | |
*** TresEquis has joined #zope | 23:04 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!