Search found 7 matches
- Sun Jul 24, 2016 5:31 pm
- Forum: Plugin Development Support
- Topic: print() doesn't display anything on the console
- Replies: 3
- Views: 4466
Re: print() doesn't display anything on the console
I found 'core.echo_console', which appears to work as intended. Interested to know if print() is broken somehow or if the docs are out of date?
- Sun Jul 24, 2016 5:10 pm
- Forum: General Discussion
- Topic: How to build Source.Python?
- Replies: 16
- Views: 18880
Re: How to build Source.Python?
I was able to get SP to work with the Windows CS:GO dedicated server. That will at least let me develop and test some, but I'd still like to figure out how to use it with the Linux version in the long run.
- Sun Jul 24, 2016 5:09 pm
- Forum: Plugin Development Support
- Topic: print() doesn't display anything on the console
- Replies: 3
- Views: 4466
print() doesn't display anything on the console
I was able to get SP working in a Windows CS:GO Dedicated Server instance, but now I'm having another issue: def load(): print("test1 loaded") Doesn't print anything to the console when the plugin is loaded with 'sp plugin load test1'. I've had luck with SayText2 showing up on a connected ...
- Sun Jul 24, 2016 4:57 pm
- Forum: General Discussion
- Topic: How to build Source.Python?
- Replies: 16
- Views: 18880
Re: How to build Source.Python?
Fairly certain. It doesn't appear to make a difference in the output.
- Sat Jul 23, 2016 2:33 pm
- Forum: General Discussion
- Topic: How to build Source.Python?
- Replies: 16
- Views: 18880
Re: How to build Source.Python?
Thanks for putting the precompiled builds back up, but now I'm getting this: [Source.Python] Loading... PreMinidumpCallback: updating dump comment assert_20160723092038_1.dmp[20726]: Uploading dump (out-of-process) /tmp/dumps/assert_20160723092038_1.dmp assert_20160723092038_1.dmp[20726]: Finished u...
- Sat Jul 23, 2016 12:13 am
- Forum: General Discussion
- Topic: How to build Source.Python?
- Replies: 16
- Views: 18880
Re: How to build Source.Python?
Right now I'm getting this: [Source.Python] Loading... TypeError: No Python class registered for C++ class CFunctionInfo [Source.Python] Failed to initialize internal modules. [Source.Python] Could not initialize python. Failed to load plugin "addons/source-python" [Source.Python] Unloadin...
- Fri Jul 22, 2016 11:51 pm
- Forum: General Discussion
- Topic: How to build Source.Python?
- Replies: 16
- Views: 18880
How to build Source.Python?
It seems the build server is down, so I was wondering if anyone has the requirements and steps for building and installing Source.Python, from source. The docs only seem to refer to downloading and installing the precompiled binaries. I've been able to compile latest master branch on Linux locally, ...