Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: args converter-help
Post: args converter-help

hey guys, I am making a mobile app using kivy, but I cannot understand how the args converter works!, I want it to make my main list work. I read a lot but I think there is no much information about ...
antonmichel GUI 0 2,132 Feb-15-2018, 07:42 PM
    Thread: Tkinter or Kivy or....?
Post: RE: Tkinter or Kivy or....?

I think it depends on what do you wanna do? if you are more into mobile apps and touch application choose kivy, if you are more into computer software choose tkinter.
antonmichel GUI 3 13,427 Feb-12-2018, 08:47 PM
    Thread: Error:__init__ takes no parameters
Post: RE: Error:__init__ takes no parameters

(Feb-12-2018, 05:22 PM)nilamo Wrote: Your images aren't loading. Please, just copy/paste the errors. Done ! best,
antonmichel GUI 2 3,932 Feb-12-2018, 08:27 PM
    Thread: Error:__init__ takes no parameters
Post: Error:__init__ takes no parameters

hey guys, I want to build an ecommerce app with kivy and satchless, i am working on making the list with kivy but i am stuck with this error, any help ? list.py: from kivy.uix.gridlayout import Grid...
antonmichel GUI 2 3,932 Feb-12-2018, 05:16 PM
    Thread: E-commerce
Post: RE: E-commerce

Thank you
antonmichel GUI 5 5,365 Feb-05-2018, 06:11 PM
    Thread: E-commerce
Post: E-commerce

Hey guys, What are the best and easiest options to build e-commerce mobile app with kivy? Shall i go to django oscar?
antonmichel GUI 5 5,365 Feb-04-2018, 10:44 AM
    Thread: Unable to get a wiindow, abort
Post: RE: Unable to get a wiindow, abort

Thank you i have just installed it from a path and it worked
antonmichel GUI 2 4,579 Feb-04-2018, 10:42 AM
    Thread: Unable to get a wiindow, abort
Post: Unable to get a wiindow, abort

Hey Guys, When I run my simple kivy application i have this error, I have tried many ways to fix it but it didn't work, anyone can help? Thank you, import kivy kivy.require('1.0.6') # replace with y...
antonmichel GUI 2 4,579 Jan-30-2018, 07:34 PM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

import kivy kivy.require('1.0.6') # replace with your current kivy version ! from kivy.app import App from kivy.uix.label import Label class MyApp(App): def build(self): return Label(t...
antonmichel GUI 13 13,791 Jan-30-2018, 10:34 AM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

I think i have solved the problem by reinstalling everything on 64 bit but now there is an error which says Quote:unable to get a window, abort when i run my application any help ?? thanks,
antonmichel GUI 13 13,791 Jan-30-2018, 09:51 AM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

(Jan-29-2018, 06:34 PM)metulburr Wrote: (Jan-29-2018, 04:18 PM)buran Wrote: this error clearly show that python cannot find the main.py file. It's either problem with kivy-examples installation fo...
antonmichel GUI 13 13,791 Jan-29-2018, 08:43 PM
    Thread: my simple window code is not working
Post: RE: my simple window code is not working

i did. thanks for the helpful information!
antonmichel GUI 8 13,155 Jan-29-2018, 06:01 PM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

i have reinstalled python and kivy but i still have the same problem !! any ideas for solutions? thanks again
antonmichel GUI 13 13,791 Jan-29-2018, 05:51 PM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

i did but i still have the same error [error 2] no such file or directory! . any ideas how to fix it ? thanks,
antonmichel GUI 13 13,791 Jan-29-2018, 02:36 PM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

i type python share\kivy-examples\demo\showcase\main.py in the cmd is that right ? I think yes i am running through python 3.6 because when i write python -- version in the cmd it gives me python 3.6...
antonmichel GUI 13 13,791 Jan-29-2018, 02:12 PM
    Thread: Installed but doesn't work
Post: RE: Installed but doesn't work

yes i checked it is there. yes i am runing it on python3.5.4 and i think this is where i have installed kivy or however can i check if kivy is installed on python 3 not 2 ? thanks
antonmichel GUI 13 13,791 Jan-29-2018, 01:55 PM
    Thread: Installed but doesn't work
Post: Installed but doesn't work

Hey guys, I have installed Kivy successfully following the steps written on the official website and i have installed the examples as well. But when I try to run one of the examples it is not working...
antonmichel GUI 13 13,791 Jan-29-2018, 01:18 PM
    Thread: my simple window code is not working
Post: RE: my simple window code is not working

yes i have version 2 installed as well .. shall i better uninstall it ?
antonmichel GUI 8 13,155 Jan-29-2018, 01:05 PM
    Thread: my simple window code is not working
Post: RE: my simple window code is not working

i fixed it finally, the problem was in the project interpreter that python 2 was selected. anyway, thanks a lot !
antonmichel GUI 8 13,155 Jan-25-2018, 02:27 PM
    Thread: my simple window code is not working
Post: my simple window code is not working

below you can find my code and the output, I am using PyCharm and Python 3. Thank you, code : from tkinter import * class Window(Frame): def __init__(self, master=None): Frame.__init__...
antonmichel GUI 8 13,155 Jan-25-2018, 10:42 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020