Search found 20 matches

by MistressAlexa
Sat Jun 25, 2011 5:36 pm
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

I'm not decided on a license yet. I'm all for permissive licenses, but we can decide later anyways. ANTLR is not public domain, it's BSD. I think the advantage of CyberMistress was the simplicity of its language. Most people that write scripts are not programmers, so I think Kenneth was on the right...
by MistressAlexa
Mon Jun 20, 2011 12:21 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Running this on Mac OS X, receive this error: Traceback (most recent call last):  File "punishments.py", line 2, in <module>    import configparser  File "/punishments/configparser.py", line 131, in <module>    from ordereddict import OrderedDict as _default_dictImportError: No ...
by MistressAlexa
Sat Jun 18, 2011 7:38 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Hmmm, maybe I will. It's very simple now, but if someone wants to improve it that would be great. I'm thinking an interesting idea would be to automatically detect preferences using neural networks. This would probably require the slave to rate their "enjoyment" of several punishments befo...
by MistressAlexa
Thu Jun 16, 2011 9:15 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Oh, I see why you were getting that error. I have fixed it now; it should be fine for future downloads.
by MistressAlexa
Thu Jun 16, 2011 8:06 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Thank you. I will probably not be updating it, however, since it is just a tech demo.
by MistressAlexa
Thu Jun 16, 2011 7:56 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Hmmm... Could you please post the error outputs?
by MistressAlexa
Thu Jun 16, 2011 7:29 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Oh yes, I forgot to mention. You need Python 2.7, not 3.x. I'm guessing that is the source of the problem.

Uninstalling and installing Python 2.7 should fix it.
by MistressAlexa
Thu Jun 16, 2011 5:26 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Re: Punishment chooser

Oh, by the way, I would be careful with the punishments that require hanging bottles of water from your testicles. This could be dangerous, especially considering their mass (~2kg for a 2L bottle of water).
by MistressAlexa
Thu Jun 16, 2011 5:00 am
Forum: All and Everything
Topic: Punishment chooser
Replies: 13
Views: 3883

Punishment chooser

Hello, I have a little technical demo for y'all. I wrote a little program that chooses the most appropriate punishments for you based on your preferences. For now, there are only 24 punishments (taken from CyberMistress Donatella), but more can be added easily. I may implement this into the CyberMis...
by MistressAlexa
Tue May 24, 2011 11:00 pm
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

Don't want to turn this in to much of a discussion about GUI-Frameworks. ;-) But could you do something in wxPython like the animated timer widget in the flash teases? Or change the look of buttons etc. to something different, that better fits into webteases? I was under the impression, it was most...
by MistressAlexa
Tue May 24, 2011 12:53 am
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

Oh no, I'm using WxWidgets through a Python implementation, WxPython. Yes, C and C++ are definitely not pleasant for writing interfaces (or anything else, for that matter). :lol:
by MistressAlexa
Mon May 23, 2011 6:55 pm
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

I don't particularly like Java, though. Python is much better in my opinion. :-)
by MistressAlexa
Mon May 23, 2011 12:16 am
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

Actually, writing scripts would be a great help, especially the default script. I plan on making an all new one, since the old seems to not be open source. Basically, the majority of the work in writing the default script would involve making a list of punishments and assignments, in the same format...
by MistressAlexa
Sun May 22, 2011 6:22 pm
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

It's still in a very early stage; I'm just struggling with the GUI currently. The runtime and parsing is very easy to do. Essentially, I set up a recursive structure that reads blocks in routines as follows:  #!/usr/bin/env pythonimport ConfigParserimport sysimport time config = ConfigParser.RawConf...
by MistressAlexa
Sun May 22, 2011 8:10 am
Forum: All and Everything
Topic: PCMistress 3 redux (for developers)
Replies: 37
Views: 18753

Re: PCMistress 3 redux (for developers)

Yes, definitely. That was my intention. Also, using Python would allow it to run on all major operating systems, and possibly the web.

I have also found some Creative Commons-licensed images to use for a default script.