*** jinty_ has quit IRC | 00:08 | |
*** b52laptop has quit IRC | 00:09 | |
*** jrc2e has joined #zope3-dev | 00:10 | |
*** jrc2e_ has joined #zope3-dev | 00:19 | |
*** romanofski has quit IRC | 00:20 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 00:23 | |
*** tarek has quit IRC | 00:24 | |
*** RaFromBRC has quit IRC | 00:26 | |
*** RaFromBRC has joined #zope3-dev | 00:27 | |
*** tarek has joined #zope3-dev | 00:27 | |
*** J1m has quit IRC | 00:27 | |
*** Jell-O-Fishi has quit IRC | 00:30 | |
*** jrc2e has quit IRC | 00:34 | |
*** philiKON has quit IRC | 00:35 | |
*** meatballhat has left #zope3-dev | 00:36 | |
*** jrc2e_ has quit IRC | 00:38 | |
*** jukart has quit IRC | 00:44 | |
*** Jell-O-Fishi has joined #zope3-dev | 00:45 | |
*** dobee has quit IRC | 00:46 | |
*** Aiste has joined #zope3-dev | 00:52 | |
*** foxmjay has joined #zope3-dev | 01:03 | |
*** jodok_ has joined #zope3-dev | 01:07 | |
*** benji_ has quit IRC | 01:16 | |
*** jodok has quit IRC | 01:24 | |
*** b52GM has quit IRC | 01:25 | |
*** jodok_ has quit IRC | 01:35 | |
*** benji has quit IRC | 01:36 | |
*** davidstryker has joined #zope3-dev | 01:37 | |
davidstryker | hey guys, anyone working on a mac? | 01:37 |
---|---|---|
*** b52GM has joined #zope3-dev | 01:37 | |
davidstryker | i've recently switched to a mac, and i'm trying to install zope on mac os tiger but i am getting a gcc error when i'm trying to run the install.py | 01:37 |
derek_richardson | davidstryker: what's the gcc error? | 01:38 |
davidstryker | gcc: cannot specify -o with -c or -S and multiple compilations | 01:39 |
davidstryker | error: command 'gcc' failed with exit status 1 | 01:39 |
derek_richardson | which zope version? | 01:39 |
davidstryker | 3.3.1 | 01:39 |
derek_richardson | hmm, I compiled zope 3.3.1 from src on multiple macs with no problem.... | 01:39 |
derek_richardson | compiled = built | 01:39 |
derek_richardson | where'd you get your gcc? | 01:40 |
davidstryker | old xcode dev cd 3.1 version | 01:40 |
* derek_richardson checks his gcc version | 01:41 | |
davidstryker | it ran as an installer ..it said it was for jaguar, but i don;t see why that would be wrong | 01:41 |
derek_richardson | I've got gcc 3.0.1 on one machine, 3.4.6 on another | 01:42 |
derek_richardson | you can get updated xcode over the web from apple.... from the adc... | 01:43 |
davidstryker | yeah but it's 900 mb | 01:43 |
davidstryker | :) | 01:43 |
derek_richardson | true, true | 01:43 |
davidstryker | i needed a quick fix, i actually have the february dmg, i have to hunt for it somewhere | 01:44 |
davidstryker | do you have a newer version available? | 01:44 |
davidstryker | listen , i ran the configure file | 01:44 |
davidstryker | Python version 2.4.4 found at /Library/Frameworks/Python.framework/Versions/Current/bin/python | 01:44 |
davidstryker | Python version 2.4.4 found at /Library/Frameworks/Python.framework/Versions/Current/bin/python2.4 | 01:44 |
davidstryker | Python version 2.4.4 found at /usr/local/bin/python | 01:44 |
davidstryker | Python version 2.4.4 found at /usr/local/bin/python2.4 | 01:44 |
davidstryker | Python version 2.3.5 found at /usr/bin/python | 01:44 |
davidstryker | An acceptable, but non-optimal Python version (2.4.4) | 01:44 |
davidstryker | was found at '/Library/Frameworks/Python.framework/Versions/Current/bin/python'. This may be because you have an older | 01:44 |
davidstryker | or a newer Python version than the optimal version, 2.4.3. | 01:44 |
davidstryker | If it's an older version, consider installing 2.4.3 and run | 01:44 |
davidstryker | 'configure' again. | 01:44 |
davidstryker | python2.4 install.py -q build | 01:45 |
davidstryker | gcc: cannot specify -o with -c or -S and multiple compilations | 01:45 |
davidstryker | error: command 'gcc' failed with exit status 1 | 01:45 |
derek_richardson | ah, the gcc report was spurious - it's actually 4.0.1 on both machines | 01:47 |
davidstryker | lets say i download the 900 mb cd :( how to i uninstall the gcc i already have installed... just remove it from /usr/bin/ gcc ? | 01:51 |
derek_richardson | hmmm. I do "./configure" followed by "make" and "sudo make install" - I *don't* do "install.py -q build" | 01:52 |
davidstryker | when i enter make .. i get command not found | 01:53 |
davidstryker | i really need to download the sources of zope :) | 01:53 |
davidstryker | i saw my brother do it on a linux machine | 01:53 |
davidstryker | i tried it with a unix pack | 01:54 |
derek_richardson | ah, how are you obtaining your zope? are you not using the source? | 01:54 |
davidstryker | got it from zope.org | 01:55 |
davidstryker | at this link | 01:55 |
davidstryker | http://www.zope.org/Products/Zope3/3.3.1/Zope-3.3.1.tgz | 01:56 |
derek_richardson | ok, so you *do* have the source. can you do a "whereis make"? | 01:56 |
davidstryker | i get nothing | 01:57 |
derek_richardson | argh | 01:57 |
davidstryker | no error... nothing | 01:57 |
derek_richardson | yep, fails silently - means no make | 01:57 |
derek_richardson | I don't think you're going to find a way around getting xcode | 01:58 |
derek_richardson | I assume that's where make comes from | 01:58 |
davidstryker | once i download xcode ... what should i install | 01:58 |
davidstryker | ? | 01:58 |
davidstryker | what did you install from the xcode dmg? | 01:58 |
derek_richardson | I've upgraded my xcode before, but don't remember what I did, which I hope means it's rather intutitive I tend to remember anomalies, not typical cases... | 01:59 |
davidstryker | thank u apple for a fast conection :) | 02:00 |
davidstryker | i'm getting now xcode 2.4.1 | 02:00 |
davidstryker | seems rather old ..last update october 2006 but it's the latest that appears in my free developer account | 02:00 |
derek_richardson | i think 2.4.1 is current | 02:01 |
davidstryker | thank u very much derek, i will try to install it tomorrow and see if it works, it's 2 am already where i'm from, better get some rest from computers | 02:04 |
derek_richardson | eh, g'night! | 02:04 |
*** derek_richardson is now known as derek|office | 02:05 | |
*** davidstryker has quit IRC | 02:05 | |
*** yota has quit IRC | 02:08 | |
*** tarek has quit IRC | 02:09 | |
*** marianom has joined #zope3-dev | 02:16 | |
*** greenman has joined #zope3-dev | 02:23 | |
*** timte has quit IRC | 02:57 | |
*** RaFromBRC has quit IRC | 03:30 | |
*** foxmjay has quit IRC | 03:31 | |
*** b52Centos has joined #zope3-dev | 04:06 | |
*** alecm has quit IRC | 04:14 | |
*** b52GM has quit IRC | 04:23 | |
*** reco has quit IRC | 04:24 | |
*** stub has joined #zope3-dev | 05:35 | |
*** niemeyer has quit IRC | 06:57 | |
*** sm has left #zope3-dev | 07:36 | |
*** marianom has quit IRC | 08:05 | |
*** Aswin_S has joined #Zope3-dev | 08:25 | |
*** jukart has joined #zope3-dev | 08:35 | |
*** greenman has quit IRC | 08:37 | |
*** dobee has joined #zope3-dev | 08:50 | |
*** d2m has joined #zope3-dev | 09:04 | |
*** iam-vivek has joined #zope3-dev | 09:25 | |
*** Jell-O-Fishi has quit IRC | 09:30 | |
*** greenman has joined #zope3-dev | 09:33 | |
*** greenman has quit IRC | 09:34 | |
*** yota has joined #zope3-dev | 09:57 | |
*** iam-vivek has quit IRC | 09:59 | |
*** MJ|nearby has quit IRC | 10:06 | |
*** jodok has joined #zope3-dev | 10:17 | |
*** jodok_ has joined #zope3-dev | 10:23 | |
*** philiKON has joined #zope3-dev | 10:25 | |
*** zagy has joined #zope3-dev | 10:31 | |
*** greenman has joined #zope3-dev | 10:34 | |
*** projekt01 has joined #zope3-dev | 10:35 | |
*** philiKON has quit IRC | 10:38 | |
*** b52Centos has quit IRC | 10:38 | |
*** philiKON has joined #zope3-dev | 10:39 | |
*** b52Centos has joined #zope3-dev | 10:39 | |
*** jodok has quit IRC | 10:40 | |
*** timte has joined #zope3-dev | 10:46 | |
*** jfroche has joined #zope3-dev | 10:46 | |
*** jodok has joined #zope3-dev | 10:56 | |
*** philiKON has quit IRC | 10:57 | |
*** greenman_ has joined #zope3-dev | 11:01 | |
*** dobee has quit IRC | 11:02 | |
*** stub has quit IRC | 11:03 | |
*** jfroche has left #zope3-dev | 11:07 | |
*** Aswin_S has left #Zope3-dev | 11:09 | |
*** jodok has quit IRC | 11:14 | |
*** jodok_ has quit IRC | 11:14 | |
*** greenman has quit IRC | 11:19 | |
*** greenman has joined #zope3-dev | 11:20 | |
*** s2 has joined #zope3-dev | 11:30 | |
*** s2 is now known as sm | 11:30 | |
*** s2 has joined #zope3-dev | 11:31 | |
*** jukart has quit IRC | 11:33 | |
*** s2 has left #zope3-dev | 11:34 | |
*** greenman_ has quit IRC | 11:34 | |
*** Jell-O-Fishi has joined #zope3-dev | 11:58 | |
*** philiKON has joined #zope3-dev | 12:37 | |
philiKON | Theuni_: ping? | 12:39 |
*** projekt01 has joined #zope3-dev | 12:41 | |
*** dunny has quit IRC | 13:15 | |
*** natea|linuxtag has joined #zope3-dev | 13:55 | |
*** natea|linuxtag is now known as natea|tipisprint | 13:56 | |
*** pelle_ has joined #zope3-dev | 13:58 | |
*** zagy has quit IRC | 14:02 | |
*** jfroche has joined #zope3-dev | 14:05 | |
*** alga has joined #zope3-dev | 14:07 | |
*** pelle_ has joined #zope3-dev | 14:10 | |
*** jfroche has quit IRC | 14:37 | |
*** jfroche has joined #zope3-dev | 14:37 | |
*** faassen has joined #zope3-dev | 14:42 | |
*** natea|tipisprint has quit IRC | 14:42 | |
*** natea|tipisprint has joined #zope3-dev | 14:42 | |
*** natea|tipisprint has quit IRC | 14:51 | |
*** natea|tipisprint has joined #zope3-dev | 14:52 | |
*** pelle_ has quit IRC | 14:59 | |
projekt01 | Theuni_, ayt? | 15:03 |
projekt01 | faassen, ayt? | 15:05 |
*** jrc2e has joined #zope3-dev | 15:07 | |
projekt01 | The default request in Zope uses a HTTPInputStream which caches the input in StringIO or a TemporaryFile. | 15:08 |
projekt01 | This InputStream uses HTTP_CONTENT_LENGTH for find the request lenght | 15:08 |
projekt01 | But HTTP_CONTENT_LENGTH doesn't exist because the right header is CONTENT_LENGTH | 15:08 |
projekt01 | which means Zope does all input cache in memory and not in temp files | 15:09 |
projekt01 | anybody interessted in discussing this? | 15:09 |
*** ka-jod has joined #zope3-dev | 15:12 | |
*** pelle_ has joined #zope3-dev | 15:25 | |
*** jrc2e has quit IRC | 15:37 | |
*** roym has joined #zope3-dev | 15:44 | |
*** srichter has joined #zope3-dev | 15:47 | |
*** ChanServ sets mode: +o srichter | 15:48 | |
*** benji has joined #zope3-dev | 15:55 | |
*** pelle_ has quit IRC | 15:58 | |
*** ka-jod has quit IRC | 15:59 | |
*** schwendinger has joined #zope3-dev | 16:15 | |
*** natea|tipisprint has quit IRC | 16:17 | |
*** natea|tipisprint has joined #zope3-dev | 16:17 | |
*** schwendinger_ has joined #zope3-dev | 16:19 | |
*** natea|tipisprint has quit IRC | 16:25 | |
*** natea|tipisprint has joined #zope3-dev | 16:25 | |
*** philiKON has quit IRC | 16:35 | |
*** schwendinger has quit IRC | 16:36 | |
*** natea|tipisprint has quit IRC | 16:37 | |
*** natea|tipisprint has joined #zope3-dev | 16:38 | |
*** pelle_ has joined #zope3-dev | 16:50 | |
*** greenman has quit IRC | 16:52 | |
*** schwendinger has joined #zope3-dev | 17:14 | |
*** schwendinger has joined #zope3-dev | 17:16 | |
*** schwendinger has quit IRC | 17:20 | |
*** oferw has joined #zope3-dev | 17:27 | |
*** schwendinger_ has quit IRC | 17:33 | |
*** natea|tipisprint has quit IRC | 17:38 | |
*** natea|tipisprint has joined #zope3-dev | 17:57 | |
*** oferw has quit IRC | 18:15 | |
*** marianom has joined #zope3-dev | 18:21 | |
*** schwendinger has joined #zope3-dev | 18:26 | |
*** jfroche has quit IRC | 18:38 | |
*** projekt01 has quit IRC | 18:41 | |
*** dobee has joined #zope3-dev | 18:43 | |
*** zagy has joined #zope3-dev | 18:45 | |
*** zagy has quit IRC | 19:30 | |
*** schwendinger_ has joined #zope3-dev | 19:30 | |
*** alga has quit IRC | 19:30 | |
*** schwendinger has quit IRC | 19:48 | |
*** roym` has joined #zope3-dev | 19:52 | |
*** roym has quit IRC | 20:09 | |
*** whitmo has joined #zope3-dev | 20:17 | |
*** whit has quit IRC | 20:17 | |
*** schwendinger_ has quit IRC | 20:17 | |
*** pelle_ has quit IRC | 20:25 | |
*** faassen has quit IRC | 20:27 | |
*** Aiste has quit IRC | 20:31 | |
*** pelle_ has joined #zope3-dev | 20:38 | |
*** pelle_ has quit IRC | 20:41 | |
*** dunny has joined #zope3-dev | 20:46 | |
*** Aiste has joined #zope3-dev | 20:47 | |
*** pelle_ has joined #zope3-dev | 20:47 | |
*** schwendinger_ has joined #zope3-dev | 20:58 | |
*** sm has quit IRC | 21:00 | |
*** sm has joined #zope3-dev | 21:03 | |
*** sm has joined #zope3-dev | 21:05 | |
*** philiKON has joined #zope3-dev | 21:05 | |
*** zagy has joined #zope3-dev | 21:23 | |
*** zagy has quit IRC | 21:31 | |
*** schwendinger_ has quit IRC | 21:36 | |
*** sm has quit IRC | 21:50 | |
*** sm has joined #zope3-dev | 21:51 | |
*** zagy has joined #zope3-dev | 22:19 | |
*** natea|tipisprint has quit IRC | 22:19 | |
*** natea|tipisprint has joined #zope3-dev | 22:24 | |
*** roym`` has joined #zope3-dev | 22:49 | |
*** davidstryker has joined #zope3-dev | 22:58 | |
*** roym` has quit IRC | 23:04 | |
davidstryker | hey guys i have a question ... did anybody ever encountered this "bug" with zope? i'm on mac os x tiger,installed zope3, worked ok, made a hello world first program, and i zopectl restart the zope instance, only to see that i can't get localhost to connect anymore | 23:09 |
davidstryker | i tried zopectl restart, and it gave me the daemon process started, pid=4175 | 23:09 |
davidstryker | but when i refresh the browser... i get nothing | 23:09 |
davidstryker | if i hit zopectl stop ..it's telling me that daemon process not running | 23:09 |
davidstryker | why? when i just gave it zopectl start, it says daemon process started, but i can't get the browser to connect, and if i hit stop, it's telling me that the process is not running | 23:10 |
*** ktwilight_ has joined #zope3-dev | 23:11 | |
davidstryker | i had the same issue with plone 2, and zope 2, used it for 2 days, and then the third day it wouldn't start anymore, my only solution was to install plone again | 23:11 |
davidstryker | anyone ever heard of anyone experiencing something like this? | 23:12 |
*** rayleyva has joined #zope3-dev | 23:21 | |
*** ktwilight has quit IRC | 23:25 | |
*** davidstryker has quit IRC | 23:43 | |
*** zagy has quit IRC | 23:44 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!