Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Python error on UOSay [Can Delete]

Ask for help
Post Reply
sauber
Neophyte
Neophyte
Posts: 18
Joined: 18.07.2018 21:01

Python error on UOSay [Can Delete]

Post by sauber »

On Stealth 8.8.3 & Python 2.7 - Windows 10

When I run the script it goes

Code: Select all

22.11.2018 21:53:19:241 [sco1]: Traceback (most recent call last):
22.11.2018 21:53:19:241 [sco1]:   File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
22.11.2018 21:53:19:241 [sco1]:     "__main__", fname, loader, pkg_name)
22.11.2018 21:53:19:241 [sco1]:   File "C:\Python27\lib\runpy.py", line 72, in _run_code
22.11.2018 21:53:19:241 [sco1]:     exec code in run_globals
22.11.2018 21:53:19:241 [sco1]:   File "C:\Program Files (x86)\UOS\AA\Stealth_v8.8.3\py_stealth\__main__.py", line 82, in <module>
22.11.2018 21:53:19:241 [sco1]:     main()
22.11.2018 21:53:19:241 [sco1]:   File "C:\Program Files (x86)\UOS\AA\Stealth_v8.8.3\py_stealth\__main__.py", line 63, in main
22.11.2018 21:53:19:241 [sco1]:     __import__(os.path.splitext(filename)[0])
22.11.2018 21:53:19:241 [sco1]:   File "C:\Program Files (x86)\UOS\AA\Stealth_v8.8.3\py_stealth\py26.py", line 60, in load_module
22.11.2018 21:53:19:241 [sco1]:     exec(code, module.__dict__)
22.11.2018 21:53:19:241 [sco1]:   File "C:\Program Files (x86)\UOS\AA\Stealth_v8.8.3\Scripts\checkOn.py", line 30, in <module>
22.11.2018 21:53:19:241 [sco1]:     UOsay('a')
script is just

UOSay('a')


Problem was on a specific computer, not found on another
Last edited by sauber on 04.12.2018 0:52, edited 1 time in total.
nah nah
Developer
Developer
Posts: 414
Joined: 13.07.2011 11:23
Contact:

Re: Python error on UOSay

Post by nah nah »

what encoding do you use?
Post Reply