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

Search found 3 matches

by alexandresgv
19.04.2021 22:58
Forum: General Discussion
Topic: Exec commands from python
Replies: 0
Views: 8726

Exec commands from python

I would like to execute and terminate python functions like a concurrent process from a python script There is a python command like pascal uo.exec('exec test()') def test2(): while True: AddToSystemJournal("Test 2") Wait(2000) def test1(): while True: AddToSystemJournal("Test 1"...
by alexandresgv
31.03.2021 14:41
Forum: General Discussion
Topic: Outlands Shard
Replies: 1
Views: 5696

Outlands Shard

Any way to get it working on Outlands Shard ?
The shard has a launcher and a a classicUO client.
by alexandresgv
27.06.2019 18:09
Forum: Help
Topic: Python Lib pandas import error
Replies: 0
Views: 14723

Python Lib pandas import error

Hello people, I am trying to use pandas in python macro, but when I put this import "import pandas as pd" it returns "ImportError: cannot import name 'CREATE_NEW_CONSOLE' from '_winapi' " :( Pandas works fine with other python applications, it is updated, and the path is ok; Is t...