Hi Nicol, The main problem here is you are trying to run the wrong file. The pyc file was specifically compiled for Python 2.7 and higher and won't run on your phone. You should have tried to run the py source file in your Python interpreter instead. Try opening the Python script shell and run script on blackjack.py which is the actual script file.
HTH On 5/24/14, Nicol <[email protected]> wrote: > Hi Tom > Thanks, I clicked on the link you gave and I successfully downloaded and > extracted all the files. > I successfully installed everything. > There is 4 files: > Python_2.0.0 run time > PythonScriptShell_2.0.0_3_0 > PythonScriptShell_2.0.0_3_2 > PythonScriptShell_2.0.0_high_capas > But unfortunately I am not able to run your black jack game. > Here is all the steps I have taken. > I installed those 4 files to my phone's internal memory. > The installation was successful. > Now I am in the file manager program on my phone. > I copied all the black jack files to my phone's internal memory. > My phone has a little square shaped thing. > Pressing up and down on this square will move me one item down or up. > Pressing in the middle of the square selects/activates the current thing. > So to open a file in file manager I press in the middle of the square. > So the blackjack.pyc file is highlighted. > Now I press in the middle to open it. > I am getting an error message that says: unable to open, file type not > supported. > Now I go out of file manager and I go to the list of applications on my > phone. > On the main menu, I press the select button for applications. > Now there is 3 added applications. > All 3 applications is called python script shell. > Now inside this python script shell applications, I press the options key > on > the left and I choose the run script option. > Now from the list I press the select button on blackjack.pyc. > Now as I move the cursor up, down, left and right all I hear is: > Press return to continue. > My phone does not have a return key. > The closest thing to the return key is the select button in the middle of > the little square. > Pressing the select button nothing happens. > I press the options key on the left but I only get the usual options: > Run script, interactive console, editing options, input options, blue tooth > console and about. > I press the select button on interactive console but all I get is greater > than signs and the only option I get is previous command. > It doesn't run the black jack game. > Under editing options I only have copy and cut. > Under input options I only get: activate prediction, settings, writing > language and help. > And under settings I only get: word auto completion on. > I again selected the run script option and this time I choose blackjack.py. > Same thing, I am not able to play the game. > Your help is much appreciated as I would very much like to have a game to > play while I am not at home. > --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
