Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run the play file in a python shell #3

Open
rif opened this issue Mar 11, 2013 · 1 comment
Open

How to run the play file in a python shell #3

rif opened this issue Mar 11, 2013 · 1 comment

Comments

@rif
Copy link

rif commented Mar 11, 2013

Running the readem command

python kryten.py -d 0.05 -n -p python101.play

prints errors like these:

...3> # in Python variables are references
....4> a = 3
/bin/sh: a: command not found
....5> a = 'hello world'
/bin/sh: a: command not found
....6> a = [1,2,3]
/bin/sh: a: command not found
....7> b = a

Does it work on mac? It's like we run python in shell.

@marcomansilla
Copy link

Same problem here on debian running zshell, from some videos i have seen from massimo it shouldn't behave like that.

Edit, only works with characters between double quotes...i've seen in the vimeo video that terminal switches modes... does the mac terminal behaves like that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants