-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when starting #21
Comments
this issue has been fixed, please try pulling the current build |
Hey there! I just saw this. I actually pulled much recently than 22 days ago when LuisCarlos had this issue but im still having this issue File "main.py", line 46, in self._process_events() |
if you just want an emulator , you can use this |
@mcroni the KivyEmu is a really nice project. love it |
@LuisCarlosPallaresAscanio |
Windows 7
Python 3.6
El jue., 15 de agosto de 2019 1:34 p. m., avour <[email protected]>
escribió:
… @LuisCarlosPallaresAscanio <https://github.com/LuisCarlosPallaresAscanio>
it seems i have seen the list out of range error before.
can you state your system specs, the python version and your window
provider
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=AJHSF53COVOVJ6AQO4UKQIDQEWOSLA5CNFSM4IEXAHQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4MT6IY#issuecomment-521748259>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJHSF53URNXKIFCOH5F2PZLQEWOSLANCNFSM4IEXAHQQ>
.
|
[WARNING] Parser: File "", line 26:
|
this is really strange, @avour thanks, hit me up [email protected] ,lets discuss some issues there, @LuisCarlosPallaresAscanio we need to dig deep into this |
Maybe it's a mistake on my part, tell me one step at a time, the strange thing is that sometimes a moment works |
Did you set it up with the setup.py, cause i think that's what causing the
issue the setup.py still has some setuo issues, try unistalling it and
running main.py in the kivystudio directory
…On Sun, Aug 18, 2019 at 3:24 AM LuisCarlosPallaresAscanio < ***@***.***> wrote:
Maybe it's a mistake on my part, tell me one step at a time, the strange
thing is that sometimes a moment works
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=ALCHQGZ7MQMGOLXQI5QSKZ3QFCXF7A5CNFSM4IEXAHQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4QXBFA#issuecomment-522285204>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALCHQG4QSDKCR7NRQHDKCSLQFCXF7ANCNFSM4IEXAHQQ>
.
|
--Did you set it up with the setup.py, cause i think that's what causing the issue the setup.py still has some setuo issues, try unistalling it and running main.py in the kivystudio directory. install it with setup.py and then run main.py |
try pip install kivystudio,
pull from the mahart-studio repo
and run main.py
…On Tue, Aug 20, 2019 at 7:48 PM LuisCarlosPallaresAscanio < ***@***.***> wrote:
--Did you set it up with the setup.py, cause i think that's what causing
the issue the setup.py still has some setuo issues, try unistalling it and
running main.py in the kivystudio directory.
install it with setup.py and then run main.py
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=AL43JOGRSZCJHHSTWM36ASDQFQ4BRA5CNFSM4IEXAHQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4XJORA#issuecomment-523147076>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL43JOBKF3SCYNE4QDNCOXTQFQ4BRANCNFSM4IEXAHQQ>
.
|
for python3 replace super(KivyStudio, self).run() in main.py to super().run() then build and run work like charm |
Hi, that's would work well like you said,
But would also break support for python2,
By the way it's seems you know your stuff. Would you mind contributing to
this project.
…On Fri, 10 Apr 2020, 5:32 PM rajat45mishra ***@***.*** wrote:
for python3 replace super(KivyStudio, self).run() in main.py to
super().run() then build and run work like charm
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL43JOHIJ3CIJXH2ECP6JVLRL5C2XANCNFSM4IEXAHQQ>
.
|
[WARNING] Parser: File "", line 26:
...
24: on_size: Clock.schedule_once(lambda dt: setattr(self, 'grid_len', int(self.width/(self.children[0].width+10))), 1)
25:
File "kivy_clock.pyx", line 384, in kivy._clock.CyClockBase._process_events
File "kivy_clock.pyx", line 414, in kivy._clock.CyClockBase._process_events
File "kivy_clock.pyx", line 412, in kivy._clock.CyClockBase._process_events
File "kivy_clock.pyx", line 167, in kivy._clock.ClockEvent.tick
File "", line 24, in
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: