brentvollebregt / auto-py-to-exe

Converts .py to .exe using a simple graphical interface
MIT License
3.95k stars 677 forks source link

A mess on the screen #447

Closed limelect closed 9 months ago

limelect commented 10 months ago

The screen is not OK Those pictures are all over Window 7

Screenshot - 18_12_2023 , 10_30_54

github-actions[bot] commented 10 months ago

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

brentvollebregt commented 10 months ago
  1. Are there any errors in the console you started auto-py-to-exe from?
  2. Are there any errors in the DevTools console? (can right-click and inspect element in the window)
  3. Are there any 404's in the network tab in DevTools?
limelect commented 10 months ago

On inspect Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

limelect commented 10 months ago

PS I made the same but taught with you I will have a better chance. https://en.delphipraxis.net/topic/10675-d4p_export_demo/ and mine https://limelect.com/downloads/python-2-execute/ with Delphi

with yours I get the same error

brentvollebregt commented 10 months ago

In the console you started auto-py-to-exe from - is the process still running, or has it ended? As in can you type characters in there and run commands or is the last one running stopping you.

brentvollebregt commented 10 months ago

PS I made the same but taught with you I will have a better chance. https://en.delphipraxis.net/topic/10675-d4p_export_demo/ and mine https://limelect.com/downloads/python-2-execute/ with Delphi

Sorry, I'm a bit confused on this - how does this relate to the UI not displaying correctly?

limelect commented 10 months ago

well I installed yours and this is what it does, it does not display as your picture shows sorry for miss leading you

brentvollebregt commented 10 months ago

In the console you started auto-py-to-exe from - is the process still running, or has it ended? As in can you type characters in there and run commands or is the last one running stopping you.

limelect commented 10 months ago

It is working but the pictures are in between the text. It does work with no problem.

limelect commented 10 months ago

I have to leave now i will get in touch later

limelect commented 10 months ago

I have put on my Dropbox a screen catch This is what I have after pip install .... Too large for put here

https://www.dropbox.com/s/f2ig3ri9hmd26xj/tst.zip?dl=0

brentvollebregt commented 10 months ago

Yes, I understand the UI looks incorrect - this is most likely due to the stylesheet not loading.

Could you please check each of these and answer them individually:

  1. Are there any errors or messages in the console you started auto-py-to-exe from? If so, what are they?
  2. Are there any errors in the DevTools console? If so, what are they? (can right-click and inspect element in the window)
  3. Are there any 404's in the network tab in DevTools? If so, what URLs 404ed?
  4. In the console you started auto-py-to-exe from - is the process still running, or has it ended?
limelect commented 10 months ago

1 2 3 NO 4 only 1 process To sum it up no errors what so ever

limelect commented 10 months ago

If you want i can let you go into my computer if it helps any Do not forget all I did is pip

brentvollebregt commented 10 months ago

In DevTools, are you seeing the CSS file being loaded?

image

If you want i can let you go into my computer if it helps any

We can discuss the issue here

Do not forget all I did is pip

Thanks for letting me know (I see you cleared the template out so wasn't sure)

limelect commented 10 months ago

Sorry i will leave the matter as my need is much more complicated then your solution or mine see https://github.com/Embarcadero/DelphiFMX4Python/issues/94

brentvollebregt commented 9 months ago

I'm going to close this in the meantime as I have nothing to work off here; no clean reproduction or error.

If anyone else has this issue, feel free to comment in this issue and we can re-open it.