Pranjal360Agarwal / ApnaBharat-Bus-Booking-Reservation-System

It is the system containing fully functional features from booking ticket to generating the ticket. With the bus ticket reservation system, you can manage/book reservations, clients data and passengers lists, can add new bus or new route as an Operator admin.
MIT License
69 stars 103 forks source link

[GSSoC 23'] Fixed the code corrected the error of file paths #206

Closed HartzFrequency closed 11 months ago

HartzFrequency commented 1 year ago

Reference issue

Issue No: 193

Description

The bug stems from the reorganized projects, where specific program features interact with a text file. This necessitates fixing the file paths used in various locations is completed. To ensure the proper functioning of the projects, all instances of file paths are corrected.

About The Correction

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apna-bharat-bus-booking-reservation-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2023 1:11pm
HartzFrequency commented 1 year ago

hello @Pranjal360Agarwal Please check this now I started from the start 🥹

HartzFrequency commented 1 year ago

image image image image

HartzFrequency commented 1 year ago

@Pranjal360Agarwal please check this now

HartzFrequency commented 1 year ago

@Pranjal360Agarwal please check the PR

Pranjal360Agarwal commented 1 year ago

@HartzFrequency sure

Pranjal360Agarwal commented 1 year ago

@Pranjal360Agarwal please check the PR

Traceback (most recent call last): File "C:\Users\91945\OneDrive\Desktop\ApnaBharat-Bus-Booking-Reservation-System\Bus_booking_system\main.py", line 17, in Check = SignIn.Login().mainloop() File "C:\Users\91945\OneDrive\Desktop\ApnaBharat-Bus-Booking-Reservation-System\Bus_booking_system\Database\Modules\SignIn_Module\SignIn_page.py", line 47, in init Image.open("Bus_booking_system\Database\Image\Background_gradient.jpg"), File "C:\Users\91945\AppData\Local\Programs\Python\Python310\lib\site-packages\PIL\Image.py", line 3131, in open fp = builtins.open(filename, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'Bus_booking_system\Database\Image\Background_gradient.jpg'