Discussion:
Snakelets-list Digest, Vol 2, Issue 1
Stewart Midwinter
2006-09-25 03:32:14 UTC
Permalink
Did you install Snakelets by itself, or did you install the FrogComplete
package?
Subject: [Snakelets-list] I got a startup error,please help me!
Content-Type: text/plain; charset="utf-8"
there is a picture show the traceback information
please help me to find out the problem
慕登科
2006-09-25 07:16:34 UTC
Permalink
I'm sorry ,it's my fault,now it works well.
thanks
Post by Stewart Midwinter
Did you install Snakelets by itself, or did you install the FrogComplete
package?
Subject: [Snakelets-list] I got a startup error,please help me!
Content-Type: text/plain; charset="utf-8"
there is a picture show the traceback information
please help me to find out the problem
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Snakelets-list mailing list
https://lists.sourceforge.net/lists/listinfo/snakelets-list
Irmen de Jong
2006-09-25 17:32:53 UTC
Permalink
Post by 慕登科
I'm sorry ,it's my fault,now it works well.
thanks
Care to share what the problem was and how you fixed it?
Others might get the same error perhaps and then they
can google for the solution...

--Irmen


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
慕登科
2006-09-26 08:39:34 UTC
Permalink
here is my problem :
in windowsXP, i click start and click run ,then type"python -i
C:\Python25\Doc\Frog\serv.py"
snakelets do not startup,i got this error
Loading Image...


then i open the file"serv.py" in notepad++(it's a text editor),in this
editor i type"python -i" in it's "run box". and then the editor called
python.exe to run file(i think so). snakelets works ,no error

but i still don't known what is the reason that i can't run python file in
msXP's start panel, i try to add python to windows's "system path" variable
,but it still not work

and in windows's "CMD.exe", if i don't change the current dir ,that error
will occur;but when i use "cd" command to change to "C:\Python25\Doc\Frog"
and type "python serv.py" ,snakelets works ,no error.

sorry my english is poor,i hope you cna figure out.
Post by Irmen de Jong
Post by 慕登科
I'm sorry ,it's my fault,now it works well.
thanks
Care to share what the problem was and how you fixed it?
Others might get the same error perhaps and then they
can google for the solution...
--Irmen
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Snakelets-list mailing list
https://lists.sourceforge.net/lists/listinfo/snakelets-list
Irmen de Jong
2006-10-09 00:03:02 UTC
Permalink
Post by 慕登科
in windowsXP, i click start and click run ,then type"python -i
C:\Python25\Doc\Frog\serv.py"
snakelets do not startup,i got this
[... snipped a screenshot that has an error with something like:
ConfigParserError: no section 'formatters'...]

Snakelets crashed with that error because you started it from
a wrong current directory. Snakelets needs to be run from
the directory the serv.py script is in.

The error is not nice (its an internal config parser error because
it cannot find the logging.cfg file). I've improved it in the
next version (in CVS still).

You may be able to run snakelets from a different directory
as long as it can find a logging.cfg file in the directory.

--Irmen

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Loading...