What do you mean? I don't know how to implement the code yet. For that, you need to parse.
When you parse, you compile code. ask('Blah?') command: ask subcommand: none parameters/arguments: 'Blah?'
So:
-----------------_[ ]X
| Blah? |
| [OK] |
------------------------
(Let's just pretend that's a window.)
Offline
*presses the [x] button*
Just put the item you made in Python put it in a .zip then upload it then let us download it, we don't want screen shots...
Marky: I changed your password, so if your Email is incorrect, I'll go change it (what do you want it changed to?) and re-Email you the new one.
Last edited by Magnie (2009-11-02 08:12:41)
Offline
Magnie wrote:
*presses the [x] button*
Just put the item you made in Python put it in a .zip then upload it then let us download it, we don't want screen shots...
Marky: I changed your password, so if your Email is incorrect, I'll go change it (what do you want it changed to?) and re-Email you the new one.
I sent you an email with the new email adress, i missed out dot between the main, and the me, it should be
[censored name]@chavfreezone.me.uk
Offline
Greatdane wrote:
I don't know. It's just a dummy, but you can still input code(but not run it).
I can haz download to Python files?
Offline
gershmer wrote:
Greatdane wrote:
I don't know. It's just a dummy, but you can still input code(but not run it).
I can haz download to Python files?
What? What do you mean?
Offline
Greatdane wrote:
gershmer wrote:
Greatdane wrote:
I don't know. It's just a dummy, but you can still input code(but not run it).
I can haz download to Python files?
What? What do you mean?
The dummy Python files. Can I have them?
Last edited by gershmer (2009-11-03 07:39:12)
Offline
Greatdane wrote:
They don't run on their own.
What do they require?
Offline
Would you just Upload them?!?!?!
Offline
Magnie wrote:
Would you just Upload them?!?!?!
What I was thinking... why can't we just have them???
Offline
Forget about all the requirements.
By the way, we have 6000+ views.
Offline
All right, all right!
Tips:
1. Extract into a new folder, then run 'emerald.py'. Make sure both folders are in the same file, no distractions.
2.'Run' does not do anything yet.
'Exit' does.
3. Type in, something like 'ask(blah)' and you'll see.
Have fun!
Last edited by Greatdane (2009-11-04 21:56:15)
Offline
Thank you greatdane.
No on my Python computer, and I'm too lazy to install Python on it now, but I'll take a look at it later. (w00t! the 464th post on this thread--the 463rd reply )
Last edited by gershmer (2009-11-05 07:43:40)
Offline
It crashes (doesn't open).
Error log:
Traceback (most recent call last):
File "C:\Documents and Settings\The Kids\Desktop\Interface\emerald.py", line 1, in <module>
from PythonCard import model
File "C:\Python26\lib\site-packages\PythonCard\model.py", line 21, in <module>
import wx
ImportError: No module named wx
I tried installing PythonCard 0.8.2 from the Win32 EXE, the install failed.
EDIT: Tried the ZIP file of 0.8.2, too, put it in C:/Python26/ manually, DID NOT WORK.
Last edited by gershmer (2009-11-05 15:22:09)
Offline
You need wxpython. Google it and you'll find it and download it.
EXTRA:
There's something called py2exe that allows you to compile an application into a .EXE file so you don't need to install all that stuff.
(We can use in future emerald)
I TOLD YOU SO IT WAS JUST A DUMMY!
Last edited by Greatdane (2009-11-05 19:51:07)
Offline
It crashes (doesn't open).
Error log:
Traceback (most recent call last):
File "C:\Documents and Settings\The Kids\Desktop\Interface\emerald.py", line 1, in <module>
from PythonCard import model
File "C:\Python26\lib\site-packages\PythonCard\model.py", line 21, in <module>
import wx
ImportError: No module named wx
I tried installing PythonCard 0.8.2 from the Win32 EXE, the install failed.
EDIT: Tried the ZIP file of 0.8.2, too, put it in C:/Python26/ manually, DID NOT WORK
You see? You could have figured out it in the error, but you aren't a full-fledged programmer, are you?
(Yay! 365th post! Get it? I registered almost three years ago on 06-05)
Last edited by Greatdane (2009-11-05 19:52:41)
Offline
Greatdane post 1 wrote:
It crashes (doesn't open).
Error log:
Traceback (most recent call last):
File "C:\Documents and Settings\The Kids\Desktop\Interface\emerald.py", line 1, in <module>
from PythonCard import model
File "C:\Python26\lib\site-packages\PythonCard\model.py", line 21, in <module>
import wx
ImportError: No module named wx
I tried installing PythonCard 0.8.2 from the Win32 EXE, the install failed.
EDIT: Tried the ZIP file of 0.8.2, too, put it in C:/Python26/ manually, DID NOT WORK
You see? You could have figured out it in the error, but you aren't a full-fledged programmer, are you?
(Yay! 365th post! Get it? I registered almost three years ago on 06-05)
Greatdane post 2 wrote:
You need wxpython. Google it and you'll find it and download it.
EXTRA:
There's something called py2exe that allows you to compile an application into a .EXE file so you don't need to install all that stuff.
(We can use in future emerald)
I TOLD YOU SO IT WAS JUST A DUMMY!
@Greatdane post 1
When did I say I was a programmer?
@Greatdane post 2
We looked at that, along with py2app, and pyinstaller, they're all too annoying.
Offline
I just learned (most of) python and it is so simple! The language is much easier than C or any other complex language like that. If there's anything I can do to help with Python, I'd love to contribute.
(PS I am on a mac)
Offline
songhead: We'd love to have you help program Emerald! If you can do the graphics, that would be great, as we really need them, please work it in tkinter or PyGame, as LiveWires and PythonCard is still in thinking.
Offline
dum dum de dum de dum... im getting bored of doing nothing, anything you want me to do?!
Offline
Offline
Greatdane wrote:
Does it work yet, gershmer?
Yes. But the way the error was worded DID make it sound like it wanted PythonCard, not wxPython.
Offline