Jump to content

roland

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About roland

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

roland's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I resolve it. For resolve this go to system.py and search: self.data=_chr(10).join(self.data.split(_chr(13)+_chr(10))) repleace with if self.data is not None: self.data=_chr(10).join(self.data.split(_chr(13)+_chr(10)))
  2. Hello , i have a problem after i implemented cython in my client with pyd lib. I search to google and i asked other persons and i not resolve this. If i try to open client i have this error: How do i resolve this? I used this for cython : [Hidden Content] I'm sorry if i don't respect regulament from section .
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.