RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Magnus Heino (Rivermen)



 
There are several 
solutions to this one.
 
1. Your ISP 
probably didn't remove the python1.5 build. 'python' is usually just a link to 
python1.5.  If you install python 2.0 on top of it, the link will point to 
python2.0. So change the reference to python in the start script to be python1.5 
instead, and it will work. If you removed your old 2.2.2 site, build the 2.2.5 
one with 'python1.5 w_pcgi.py'
 
2. If python1.5 
actually is removed, compile a version of 1.5 on your own with './configure 
--prefix=/path/to/your/home && make && make install'. Put that 
in your path, and use that version of python to build with.
 
3. Although not 
official, the CVS checkout of Zope (2.3.1beta+), does seem to work just fine 
with python2.0. But maybe that will break something else in the products that 
you are using.
 
/Magnus (Is there 
no way to tell Outlook2000 to NOT send a message in html format EVER? 
:-P)


  My web site had been working until this morning for months 
  without a problem. When investigating the cause of the crush I found out that 
  my ISP just upgraded to python 2.0 without my knowledge. My site 
  is as far as I know the only zope site there. It does not start or build. 
  I tried to upgrade to version 2.2.5 (I was running 2.2.2) without a 
  success.
  This is what i got when trying to upgrade to version 2.2.5 
  :
   
   


RE: [Zope] Python 2.0 ??????

2001-01-17 Thread Magnus Heino (Rivermen)



 

  My web site had been working until this morning for months 
  without a problem. When investigating the cause of the crush I found out that 
  my ISP just upgraded to python 2.0 without my knowledge. My site 
  is as far as I know the only zope site there. It does not start or build. 
  I tried to upgrade to version 2.2.5 (I was running 2.2.2) without a 
  success.
  This is what i got when trying to upgrade to version 2.2.5 
  :


RE: [Zope] PoPy Installation. Where's the BEEF?

2001-01-10 Thread Magnus Heino (Rivermen)


> The PoPy module is not installed
> 
> So, it looks like I need to install PoPy.  I went to 

>Can anyone give me a pointer?

http://freshmeat.net/search/?q=popy

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Holiday Calendar anyone? (cont.)

2001-01-10 Thread Magnus Heino (Rivermen)


> By end of January/early February we'll have a groupware 
> thingy ready that 
> will do things like holiday planning etc. (and much more ...)

Where can we look at a preview? :)

/Magnus

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Is there any (paper) book on Zope?

2001-01-09 Thread Magnus Heino (Rivermen)



> Does anybody know if someone is going to publish a book on Zope?

http://www.zope.org/Members/michel/ZB/

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] ZPatterns

2000-12-08 Thread Magnus Heino (Rivermen)


> > I simple products that does things the ZPatterns way, and 
> explains why and
> > how would be just great.
> 
> The problem, and this I totally agree with PJE, Ty Sarna and the other
> people who're using ZPatterns and fully understand it, is 
> that they are
> using it to do their jobs and so really haven't got the time 
> to come up
> with nice examples and finished docs. 
> 
> To be honest, I'm just glad they chose to open source it all :-)

And so am I.

What I meant was that there seems to be more and more people that that start
to understand it, at least a small bit of it.

If all these people contributed their small part to a
HowToWriteASimpleAndGoodZPatternsProductZWiki, then the documentation bit
would be solved.

Maybe people like you? :)

/Magnus

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] ZPatterns

2000-12-07 Thread Magnus Heino (Rivermen)


> ...I disagree, ZPatterns only major flaw is that its totally 
> immersed in
> its own jargon which very few people understand :-(
> 
> That said, my impression is that if you can wade through the b/s, it's
> more than worth the effort...

Are there any more docs or any examples available now than a couple of
months ago?

I tried it back then, but really didn't understand it all :-P

I simple products that does things the ZPatterns way, and explains why and
how would be just great.

/Magnus

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Tracker

2000-11-23 Thread Magnus Heino (Rivermen)


Hi.

What is the status of the Tracker product?

I remember someone saying that it had some problems with the latest version
of Zope a while ago, is that still true?

/Magnus

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] SV: [Zope] urlquote?

2000-06-30 Thread Magnus Heino (Rivermen)


> in module 'urllib'
> 
> quote (string[, safe])
> Replace special characters in string using the "%xx" escape. 

Doesn't work like that here.

>>> import urllib
>>> urllib.quote('lösning')
'l\366sning'


Am I doing anything wrong? :-P

/Magnus

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] urlquote?

2000-06-30 Thread Magnus Heino (Rivermen)


Hi.

Is there a method available somewhere in python to urlquote(?) a string.

Example: lösning -> l%f6sning

/Magnus

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] SV: [Zope] Building ZPyGreSQLDA on Linux

2000-05-29 Thread Magnus Heino (Rivermen)


> Let me try again, does any of you guys have a "config" 
> subfolder inside your 
> /usr/lib/python1.5/ folder? I guess the "config" subfolder 
> maybe an feature 
> from the old python1.5, because in the new python1.5.2 there 
> is no such a 
> folder.
> 
> Also, in an error like:
> 
> make[1]: *** No rule to make target 
> `/usr/lib/python1.5/config/Makefile', 
> needed
> by `sedscript'.  Stop.

You need to install the python-devel-1.5.2 rpm (or compile and install
python from source).

/Magnus Heino

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Roxen patch

2000-05-26 Thread Magnus Heino (Rivermen)


Hi.

I have lost the patch for Roxen 1.3 to work properly when you enable
RXML-parsing for CGI, i.e. Zope.

Who has it?

/Magnus Heino

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )