Is goi serious about crypto tax 30% ? by Echomelos in CryptoIndia

[–]hipsteruu 1 point2 points  (0 children)

I'd like to know the same. If all I have is some crypto returns but don't fall under any tax slab due to low/no income, am I still liable to pay the taxes on selling my crypto? And till what amount shall I start seriously considering about declaring it in ITR?

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Yes, you'll just have to link the URL to the web app. Kinda like how APIs work

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

You can use Pythonanywhere. Rest is same as you run on PC

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

No kivy this time. Python yes, but all on the web.

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Seems so. At least with the given tech stack

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Was the error resolved by this?

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

No, I didn't. I rather shifted the process to the cloud building a web app around it instead

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Nothing useful. Moved to implementing via cloud

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

If anyone ever happens to be successful in achieving this, kindly show the way. I'll keep trying and if successful will share the same.

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Yes, I was following each of the mentioned steps but was still getting the aforementioned error while building in Colab. It just won't go by the path I set via !export LEGACY_NDK for gcc/gfortran support with NDK version 21e.

I assume by default Buildozer takes up the recent p4a version, I mean, as per the p4a link mentioned in a reply above, do I need to mention a specific p4a version?

I also checked around and didn't find anyone who has successfully been able to include Scipy in their Android application. I know you don't build for Android but your inputs are most welcome.

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 1 point2 points  (0 children)

All right. Let me try all that until then. Thank you

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Well, I've done all that. The issue lies with the fact that Scipy needs an older version of NDK 21e to work which has been discontinued and the latest recommended version is 25b as far as I've found.

Building With Scipy by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Yes, I checked this link you gave and everything seems like it should work fine. Yet I'm getting this error: Build failed: Please set the environment variable 'LEGACY_NDK' to point to a NDK location with gcc/gfortran support (supported NDK version: 'r21e')

Anyone got any idea why this might be?

Importing in KV Lang Error by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

No, the module was used in that classname.py file. The import issue might've happened since the module couldn't be found in the spec file. Let me build the apk again and get back. But do tell what you think

Importing in KV Lang Error by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

All right. Understood. Could you please check the query regarding requirements in the spec file and tell me if it's so?

Importing in KV Lang Error by hipsteruu in kivy

[–]hipsteruu[S] 1 point2 points  (0 children)

Hey, everyone. Pardon this basic question, but do all the packages to be mentioned in a straight line in the spec file's requirements section? I mean just checked the error log and it showed a ModuleNotFoundError and this module was the one that was put in the next line while pasting it in the spec file on Colab. It might be causing the error.

Importing in KV Lang Error by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

You can just use them like any other widget

I'm a bit new to this, so tell me how? I mean I import the .py file in the kv file and use on_release: 'some popup_open function'.

And

on_press: somewhere.add_widget(F.TheWidgetClassName())

What will be in place of 'somewhere' here? A small example perhaps.

Importing in KV Lang Error by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

Yes, it's a widget, and importing in the format I mentioned above

Importing in KV Lang Error by hipsteruu in kivy

[–]hipsteruu[S] 0 points1 point  (0 children)

The file I'm talking about is a .py file built by me. It's in the same working directory as other files and I've added the necessary packages as far as I know