Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion .py\.pyc to .dll
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jérémie Roquet  
View profile  
 More options Aug 14 2012, 1:41 pm
From: Jérémie Roquet <arkano...@gmail.com>
Date: Tue, 14 Aug 2012 19:41:43 +0200
Local: Tues, Aug 14 2012 1:41 pm
Subject: Re: .py\.pyc to .dll
2012/8/14 Emanuel <eestevez...@gmail.com>

> "python abc.py", appears this:
> [snip]

If I read correctly, you've run “abc.py python”, not “python abc.py”.
You have to run “python abc.py” instead.

Anyway, it seems that Windows used the right interpreter for it, so…

You have non-ASCII characters in your source code (accentuated
characters, maybe — at least there is a “ç”). This shouldn't prevent
you from running it using CPython (you have to prepend something like
“# -*- coding: utf-8 -*-” — without the quotes — at the top of the
file), but unfortunately, shedskin only supports ASCII for now.

You should make sure you script can run with CPython. If it can't,
then it will never run with shedskin. If it can, then you can ask
yourself /if/ shedskin can be of any help for your specific usage of
Python. Shedskin is useful to run a script faster than with CPython,
but obviously, the script has to run at all /first/.

Best regards,

--
Jérémie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.