Huh... you shouldn't get quite that error.  But the problem is probably
that you're running it with Python 1.5.2 -- on Redhat "python" is 1.5.2,
and you want to run "python2".  You can change the AppServer script to
fix it, I think.  (At least, this is my guess of your problem)

On Thu, 2003-04-03 at 21:33, Ron Weidner wrote:
> This is my first time installing webware.. I tried to
> follow the directions found at
> 
> http://webware.sourceforge.net/Webware-0.7/WebKit/Docs/Ins
> 
> but when I was done, the best I could get from the
> server was this error....
>  
> 
>  ERROR
>  
>  Traceback (innermost last):
>    File "/var/www/cgi-bin/WebKit.cgi", line 24, in ?
>      import WebKit.Adapters.CGIAdapter
>    File
> 
> /var/www/cgi-bin/Webware/WebKit/Adapters/CGIAdapter.py",
>  line 35, in ?
>      from Adapter import Adapter
>    File
> 
> "/var/www/cgi-bin/Webware/WebKit/Adapters/Adapter.py",
>  line 4, in ?
>      from MiscUtils.Configurable import Configurable
>    File
>  "/var/www/cgi-bin/Webware/MiscUtils/Configurable.py",
>  line 5, in ?
>      from Funcs import valueForString
>    File "/var/www/cgi-bin/Webware/MiscUtils/Funcs.py",
>  line 60, in ?
>      if sys.version_info >= (2, 3, None, None):
>  AttributeError: version_info
>  
>  My os is Redhat 7.3
>  Python 2.2
> 
>  I'm using a Webkit.cgi as I was hoping to test this
>  server without making any modifications to my appache
>  server.
>  
>  can someone help with some instructions on basic
>  trouble shooting?  My programming background is
> mostly
>  php, with some(very little) python.  Which is
> actually
>  why I want to get this server installed.  (to learn
>  Python).  Any way help would greatly be appreciated. 
> 
>  
>  Ron_W
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: ValueWeb: 
> Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
> No other company gives more support or power for your dedicated server
> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to