Changes between Version 33 and Version 34 of WikiStart
- Timestamp:
- 07/29/21 22:50:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v33 v34 151 151 Your tar.gz file must contain a {{{party.py}}} program in the root of the project, defining a function party() that returns your main class, like this: 152 152 153 Refer to [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPythonPartiesServer/wiki/WikiStart#Installnewparties install new party] to deploy your party.tar.gz on the pythonpartiesserver.154 155 156 153 {{{ 157 154 from randomparty.RandomParty import RandomParty … … 161 158 162 159 Of course you should replace RandomParty with your party's main class name but the file name must stay {{{party.py}}}. 160 161 Refer to [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPythonPartiesServer/wiki/WikiStart#Installnewparties install new party] to deploy your party.tar.gz on the pythonpartiesserver. 163 162 164 163 = Debugging